aboutsummaryrefslogtreecommitdiff
path: root/oggcast~/oggcast~.c
diff options
context:
space:
mode:
Diffstat (limited to 'oggcast~/oggcast~.c')
-rw-r--r--oggcast~/oggcast~.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/oggcast~/oggcast~.c b/oggcast~/oggcast~.c
index a7c6962..ebd21a1 100644
--- a/oggcast~/oggcast~.c
+++ b/oggcast~/oggcast~.c
@@ -29,8 +29,8 @@
#include "m_pd.h"
#include "g_canvas.h"
/* Vorbis includes */
-#include "codec.h"
-#include "vorbisenc.h"
+#include <vorbis/codec.h>
+#include <vorbis/vorbisenc.h>
#include <sys/types.h>
#include <string.h>