diff options
Diffstat (limited to 'src/spu_dec/spu_decoder.c')
-rw-r--r-- | src/spu_dec/spu_decoder.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/spu_dec/spu_decoder.c b/src/spu_dec/spu_decoder.c index 6257c4f06..0234c8d23 100644 --- a/src/spu_dec/spu_decoder.c +++ b/src/spu_dec/spu_decoder.c @@ -22,6 +22,10 @@ * stuff needed to turn libspu into a xine decoder plugin */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <stdlib.h> #include <unistd.h> #include <string.h> |