Edje: ugly commit to make edje compiling on Windows
authorcaro <caro>
Sat, 18 Feb 2012 14:48:31 +0000 (14:48 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 18 Feb 2012 14:48:31 +0000 (14:48 +0000)
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

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@68111 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/edje_cc_out.c
src/bin/edje_decc.c

index a275347..47fee52 100644 (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>
 
index ac776e9..e4942e2 100644 (file)
@@ -10,6 +10,7 @@
 #include <locale.h>
 #include <sys/types.h>
 #include <sys/stat.h>
+#include <sys/time.h>
 #include <errno.h>