summaryrefslogtreecommitdiffstats
path: root/ext/speex/gstspeexenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/speex/gstspeexenc.c')
-rw-r--r--ext/speex/gstspeexenc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/speex/gstspeexenc.c b/ext/speex/gstspeexenc.c
index adf1cd80..75b4924f 100644
--- a/ext/speex/gstspeexenc.c
+++ b/ext/speex/gstspeexenc.c
@@ -25,8 +25,8 @@
#include <string.h>
#include <time.h>
#include <math.h>
-#include <speex/speex.h>
-#include <speex/speex_stereo.h>
+#include <speex.h>
+#include <speex_stereo.h>
#include <gst/gsttaginterface.h>
#include <gst/tag/tag.h>