diff options
Diffstat (limited to 'ext/speex/gstspeexenc.h')
-rw-r--r-- | ext/speex/gstspeexenc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/speex/gstspeexenc.h b/ext/speex/gstspeexenc.h index a8a83805..dc1983b6 100644 --- a/ext/speex/gstspeexenc.h +++ b/ext/speex/gstspeexenc.h @@ -25,8 +25,8 @@ #include <gst/gst.h> #include <gst/bytestream/adapter.h> -#include <speex.h> -#include <speex_header.h> +#include <speex/speex.h> +#include <speex/speex_header.h> #ifdef __cplusplus extern "C" { |