diff options
Diffstat (limited to '')
-rw-r--r-- | src/ogg_decode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ogg_decode.h b/src/ogg_decode.h index 8e4bd0fe3..a2e3076a5 100644 --- a/src/ogg_decode.h +++ b/src/ogg_decode.h @@ -19,6 +19,8 @@ #ifndef OGG_DECODE_H #define OGG_DECODE_H +#include "../config.h" + #include "playerData.h" #include <stdio.h> |