fcntl is used, so evil is needed on Windows

SVN revision: 49456
This commit is contained in:
Vincent Torri 2010-06-04 20:23:53 +00:00
parent 8de402fabc
commit 7851a9cc0e
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@
#include <fcntl.h>
#include <ctype.h>
#ifdef HAVE_EVIL
# include <Evil.h>
#endif
#include <Evas.h>
#include <Ecore.h>
#include <Ecore_Getopt.h>