summaryrefslogtreecommitdiffstats
path: root/gst/goom/filters.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/goom/filters.c')
-rw-r--r--gst/goom/filters.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/gst/goom/filters.c b/gst/goom/filters.c
index 9bb97c94..564e29a8 100644
--- a/gst/goom/filters.c
+++ b/gst/goom/filters.c
@@ -14,11 +14,18 @@
/* #define _DEBUG_PIXEL */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <string.h>
#include <stdlib.h>
#include <math.h>
#include <stdio.h>
+
+#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
+#endif
#include "goom_filters.h"
#include "goom_graphic.h"