include Evil.h so that getenv is declared on Windows CE

SVN revision: 44563
This commit is contained in:
Vincent Torri 2009-12-19 10:30:49 +00:00
parent 770e14eebe
commit 29b4cccab6
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@
#include <stdio.h>
#include <stdlib.h>
#ifdef HAVE_EVIL
# include <Evil.h>
#endif
#include "eina_config.h"
#include "eina_private.h"
#include "eina_magic.h"