evas: forgotten inclusion of config.h.
authorCedric BAIL <cedric.bail@free.fr>
Wed, 4 Jan 2012 11:45:22 +0000 (11:45 +0000)
committerCedric BAIL <cedric.bail@free.fr>
Wed, 4 Jan 2012 11:45:22 +0000 (11:45 +0000)
SVN revision: 66866

legacy/evas/src/lib/cache/evas_cache_engine_image.c
legacy/evas/src/lib/engines/common/evas_image_data.c
legacy/evas/src/lib/engines/common/evas_image_load.c
legacy/evas/src/lib/engines/common/evas_polygon_main.c
legacy/evas/src/lib/engines/common/language/evas_bidi_utils.c
legacy/evas/src/lib/engines/common/language/evas_language_utils.c

index 8ae4392..5ec1af2 100644 (file)
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 #include <assert.h>
 
 #include "evas_common.h"
index 10b3988..2815ff8 100644 (file)
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 #include <assert.h>
 
 #include "evas_common.h"
index c7eff3f..21ac5d4 100644 (file)
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
index e0095a4..ea0bf13 100644 (file)
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 #include <math.h>
 
 #include "evas_common.h"