aboutsummaryrefslogtreecommitdiffstats
path: root/src/ogg_decode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ogg_decode.h')
-rw-r--r--src/ogg_decode.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ogg_decode.h b/src/ogg_decode.h
index 16928eac6..03f1364a5 100644
--- a/src/ogg_decode.h
+++ b/src/ogg_decode.h
@@ -22,10 +22,11 @@
#include "../config.h"
#include "playerData.h"
+#include "inputStream.h"
#include <stdio.h>
-int ogg_decode(OutputBuffer * cb, DecoderControl * dc);
+int ogg_decode(OutputBuffer * cb, DecoderControl * dc, InputStream * inStream);
int getOggTotalTime(char * file);