diff options
Diffstat (limited to 'src/spu_dec/spudec.c')
-rw-r--r-- | src/spu_dec/spudec.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/spu_dec/spudec.c b/src/spu_dec/spudec.c index 95f969aa7..0e8621c54 100644 --- a/src/spu_dec/spudec.c +++ b/src/spu_dec/spudec.c @@ -37,6 +37,10 @@ * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <stdio.h> #include <stdlib.h> #include <errno.h> |