cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c9f6889bf6696b078c23a5f570734b9f2bbe1bec
commit c9f6889bf6696b078c23a5f570734b9f2bbe1bec Author: Cedric Bail <[email protected]> Date: Thu Nov 21 14:48:50 2013 +0900 evas: actually include the header. --- src/lib/evas/canvas/evas_main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/lib/evas/canvas/evas_main.c b/src/lib/evas/canvas/evas_main.c index 6cc8f8e..a932c2b 100644 --- a/src/lib/evas/canvas/evas_main.c +++ b/src/lib/evas/canvas/evas_main.c @@ -7,6 +7,10 @@ #include <Eo.h> +#ifdef BUILD_LOADER_EET +# include <Eet.h> +#endif + EAPI Eo_Op EVAS_CANVAS_BASE_ID = EO_NOOP; #define MY_CLASS EVAS_CLASS --
