Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libspeex/buffer.c')
-rw-r--r--libspeex/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libspeex/buffer.c b/libspeex/buffer.c
index 6cfd5a3..e094804 100644
--- a/libspeex/buffer.c
+++ b/libspeex/buffer.c
@@ -38,7 +38,7 @@
#include "os_support.h"
#include "arch.h"
-#include <speex/speex_buffer.h>
+#include "../include/speex/speex_buffer.h"
struct SpeexBuffer_ {
char *data;