summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-12-19 15:44:05 -0500
committerMatthias Clasen <mclasen@redhat.com>2013-12-19 15:44:05 -0500
commitb3c6f2985fc683ea844d895346203e8b32befc28 (patch)
tree051fd4b499c44e7b21c4fbfa2465f5ad54829c89
parent1de2976e6e2a3d9e79ab0418e6fb8aeb82bbfbfd (diff)
downloadgdk-pixbuf-b3c6f2985fc683ea844d895346203e8b32befc28.tar.gz
Include config.h everywhere, first
Some of the loaders were not doing this.
-rw-r--r--gdk-pixbuf/io-icns.c2
-rw-r--r--gdk-pixbuf/io-jasper.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/gdk-pixbuf/io-icns.c b/gdk-pixbuf/io-icns.c
index 2913e1984..eade316c1 100644
--- a/gdk-pixbuf/io-icns.c
+++ b/gdk-pixbuf/io-icns.c
@@ -22,6 +22,8 @@
#ifndef _WIN32
#define _GNU_SOURCE
#endif
+#include "config.h"
+
#include <stdlib.h>
#include <string.h>
#include <errno.h>
diff --git a/gdk-pixbuf/io-jasper.c b/gdk-pixbuf/io-jasper.c
index 5eeac015d..0f7141e35 100644
--- a/gdk-pixbuf/io-jasper.c
+++ b/gdk-pixbuf/io-jasper.c
@@ -19,6 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
+#include "config.h"
#include <stdlib.h>
#include <string.h>
#include <errno.h>