From: caro Date: Sat, 18 Feb 2012 14:48:31 +0000 (+0000) Subject: Edje: ugly commit to make edje compiling on Windows X-Git-Tag: submit/2.0alpha-wayland/20121127.221958~374 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e45d38a1b3b276510d562fb62b63af118b7017c;p=profile%2Fivi%2Fedje.git 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 git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@68111 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/bin/edje_cc_out.c b/src/bin/edje_cc_out.c index a275347..47fee52 100644 --- a/src/bin/edje_cc_out.c +++ b/src/bin/edje_cc_out.c @@ -32,6 +32,7 @@ void *alloca (size_t); #include #include #include +#include #include diff --git a/src/bin/edje_decc.c b/src/bin/edje_decc.c index ac776e9..e4942e2 100644 --- a/src/bin/edje_decc.c +++ b/src/bin/edje_decc.c @@ -10,6 +10,7 @@ #include #include #include +#include #include