evas: actually include the header.
authorCedric Bail <cedric.bail@samsung.com>
Thu, 21 Nov 2013 05:48:50 +0000 (14:48 +0900)
committerCedric Bail <cedric.bail@samsung.com>
Thu, 21 Nov 2013 05:49:08 +0000 (14:49 +0900)
src/lib/evas/canvas/evas_main.c

index 6cc8f8e..a932c2b 100644 (file)
@@ -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