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

SVN revision: 45294
This commit is contained in:
Vincent Torri 2010-01-18 18:01:20 +00:00
parent 752a5bb7a4
commit e0eec7c48f
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@
#include <string.h>
#include <stdio.h>
#ifdef HAVE_EVIL
# include <Evil.h>
#endif
#include <Eina.h>
#include "Eet.h"