eina: add evil in.

This commit is contained in:
Cedric BAIL 2013-03-15 16:41:28 +09:00
parent 6546c75a33
commit 352ed3cfa4
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@
#endif
#include <fcntl.h>
#ifdef HAVE_EVIL
# include <Evil.h>
#endif
#define PATH_DELIM '/'
#define COPY_BLOCKSIZE (4 * 1024 * 1024)