fcntl is used, so evil is needed on Windows
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 4 Jun 2010 20:23:53 +0000 (20:23 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 4 Jun 2010 20:23:53 +0000 (20:23 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49456 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/edje_player.c

index 80cc3bb..f08c774 100644 (file)
 #include <fcntl.h>
 #include <ctype.h>
 
+#ifdef HAVE_EVIL
+# include <Evil.h>
+#endif
+
 #include <Evas.h>
 #include <Ecore.h>
 #include <Ecore_Getopt.h>