evas: include Eet.h where it's needed.
authorFlorent Revest <revestflo@gmail.com>
Wed, 22 Jul 2015 16:50:38 +0000 (18:50 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Wed, 10 Feb 2016 18:46:45 +0000 (10:46 -0800)
This patch is applied by OpenEmbedded project to let evas build
correctly in crosscompilation environnement.
cf: https://github.com/openembedded/meta-oe/blob/master/meta-efl/recipes-efl/efl/efl/0002-evas_3d-Add-Eet.h-includes.patch

@fix

Signed-off-by: Nicolas Aguirre <aguirre.nicolas@gmail.com>
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/evas/canvas/evas_canvas3d_eet.c
src/modules/evas/model_loaders/eet/evas_model_load_eet.c
src/modules/evas/model_savers/eet/evas_model_save_eet.c

index bae7856..a3803a6 100644 (file)
@@ -1,4 +1,5 @@
 #include <stdio.h>
+#include <Eet.h>
 #include "evas_common_private.h"
 #include "evas_private.h"
 
index 434852d..e67f3bf 100644 (file)
@@ -3,6 +3,7 @@
 #endif
 
 #include <Eo.h>
+#include <Eet.h>
 #include <stdio.h>
 #include "evas_common_private.h"
 #include "evas_private.h"
index 7999b89..8d82da5 100644 (file)
@@ -2,6 +2,7 @@
    #include "config.h"
 #endif
 
+#include <Eet.h>
 #include <stdio.h>
 #include "evas_common_private.h"
 #include "evas_private.h"