summaryrefslogtreecommitdiffstats
path: root/gst/goom/goom_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/goom/goom_core.c')
-rw-r--r--gst/goom/goom_core.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/gst/goom/goom_core.c b/gst/goom/goom_core.c
index 0e5410e0..b1aaba59 100644
--- a/gst/goom/goom_core.c
+++ b/gst/goom/goom_core.c
@@ -7,12 +7,18 @@
* (c)2000-2003, by iOS-software.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <strings.h>
+
+#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
+#endif
#include "goom.h"
#include "goom_tools.h"