From fd76c02899abaef3efd32e7f17e5ba23cb7b29dc Mon Sep 17 00:00:00 2001 From: caro Date: Sat, 18 Feb 2012 14:48:31 +0000 Subject: [PATCH] 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 --- src/bin/edje_cc_out.c | 1 + src/bin/edje_decc.c | 1 + 2 files changed, 2 insertions(+) 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 -- 2.7.4