diff options
Diffstat (limited to 'ext/ivorbis')
-rw-r--r-- | ext/ivorbis/vorbis.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/ivorbis/vorbis.c b/ext/ivorbis/vorbis.c index 7980f99a..3394a77a 100644 --- a/ext/ivorbis/vorbis.c +++ b/ext/ivorbis/vorbis.c @@ -21,7 +21,8 @@ #include <config.h> #endif -#include <vorbisenc.h> +#include <gst/gst.h> +#include <tremor/ivorbiscodec.h> extern GType ivorbisfile_get_type (void); |