diff options
Diffstat (limited to 'gst/goom/graphic.c')
-rw-r--r-- | gst/goom/graphic.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/goom/graphic.c b/gst/goom/graphic.c index 4223c67b..cd24d49f 100644 --- a/gst/goom/graphic.c +++ b/gst/goom/graphic.c @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "graphic.h" const Color BLACK = {0,0,0} ; |