[gdk-pixbuf] Include config.h everywhere, first



commit b3c6f2985fc683ea844d895346203e8b32befc28
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Dec 19 15:44:05 2013 -0500

    Include config.h everywhere, first
    
    Some of the loaders were not doing this.

 gdk-pixbuf/io-icns.c   |    2 ++
 gdk-pixbuf/io-jasper.c |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gdk-pixbuf/io-icns.c b/gdk-pixbuf/io-icns.c
index 2913e19..eade316 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 5eeac01..0f7141e 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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]