include Evil.h so that getenv is declared on Windows CE
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 18 Jan 2010 18:01:20 +0000 (18:01 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 18 Jan 2010 18:01:20 +0000 (18:01 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@45294 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/eet_node.c

index 3fc6959..c07ef5f 100644 (file)
@@ -9,6 +9,10 @@
 #include <string.h>
 #include <stdio.h>
 
+#ifdef HAVE_EVIL
+# include <Evil.h>
+#endif
+
 #include <Eina.h>
 
 #include "Eet.h"