aboutsummaryrefslogtreecommitdiff
path: root/src/decoder/_ogg_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoder/_ogg_common.c')
-rw-r--r--src/decoder/_ogg_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/_ogg_common.c b/src/decoder/_ogg_common.c
index 6c655342..d838e0ff 100644
--- a/src/decoder/_ogg_common.c
+++ b/src/decoder/_ogg_common.c
@@ -21,8 +21,8 @@
* Common functions used for Ogg data streams (Ogg-Vorbis and OggFLAC)
*/
+#include "config.h"
#include "_ogg_common.h"
-#include "../utils.h"
ogg_stream_type ogg_stream_type_detect(struct input_stream *inStream)
{