aboutsummaryrefslogtreecommitdiff
path: root/speex~/speexin~.c
diff options
context:
space:
mode:
Diffstat (limited to 'speex~/speexin~.c')
-rw-r--r--speex~/speexin~.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/speex~/speexin~.c b/speex~/speexin~.c
index 9f6d477..1db6dbd 100644
--- a/speex~/speexin~.c
+++ b/speex~/speexin~.c
@@ -49,8 +49,8 @@
#include <winsock.h>
#endif
-#include <speex.h> /* speex decoder stuff */
-#include <speex_bits.h> /* speex decoder stuff */
+#include <speex/speex.h> /* speex decoder stuff */
+#include <speex/speex_bits.h> /* speex decoder stuff */
#ifdef NT
#pragma warning( disable : 4244 )