include Evil.h so that getenv is declared on Windows CE
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 19 Dec 2009 10:58:39 +0000 (10:58 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 19 Dec 2009 10:58:39 +0000 (10:58 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@44567 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/engines/common/evas_image_scalecache.c

index 4bd7a53..f090dca 100644 (file)
@@ -2,6 +2,14 @@
  * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
  */
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
+#ifdef HAVE_EVIL
+# include <Evil.h>
+#endif
+
 #include <assert.h>
 
 #include "evas_common.h"