From c9f6889bf6696b078c23a5f570734b9f2bbe1bec Mon Sep 17 00:00:00 2001 From: Cedric Bail Date: Thu, 21 Nov 2013 14:48:50 +0900 Subject: [PATCH] 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 6cc8f8ee6c..a932c2b836 100644 --- a/src/lib/evas/canvas/evas_main.c +++ b/src/lib/evas/canvas/evas_main.c @@ -7,6 +7,10 @@ #include +#ifdef BUILD_LOADER_EET +# include +#endif + EAPI Eo_Op EVAS_CANVAS_BASE_ID = EO_NOOP; #define MY_CLASS EVAS_CLASS