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

SVN revision: 44567
This commit is contained in:
Vincent Torri 2009-12-19 10:58:39 +00:00
parent 8316ce2fec
commit a09ba71047
1 changed files with 8 additions and 0 deletions

View File

@ -2,6 +2,14 @@
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#ifdef HAVE_EVIL
# include <Evil.h>
#endif
#include <assert.h>
#include "evas_common.h"