Edje: ugly commit to make edje compiling on Windows

I was obliged to do that because almost all the headers are
included in edje_private.h... That way to include headers is
fine on unix, but when doing also compilation on Windows,
it's just a nightmare


SVN revision: 68111
This commit is contained in:
Vincent Torri 2012-02-18 14:48:31 +00:00
parent b0a4783e22
commit 62f4f8f2f8
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ void *alloca (size_t);
#include <limits.h>
#include <unistd.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <Ecore_Evas.h>

View File

@ -10,6 +10,7 @@
#include <locale.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <errno.h>