cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=11887c62a24763d6b1f932a3fadd1e0c7692bc57

commit 11887c62a24763d6b1f932a3fadd1e0c7692bc57
Author: Cedric Bail <ced...@osg.samsung.com>
Date:   Fri Mar 18 10:08:15 2016 -0700

    evas: include Eet.h as we do export a function using Eet_Data_Descriptor.
    
    This was spotted by Nicolas Aguirre while building on Yocto which has
    more agressive build option and warning.
---
 src/lib/evas/include/evas_private.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/evas/include/evas_private.h 
b/src/lib/evas/include/evas_private.h
index 48b0b0b..b0ed3a1 100644
--- a/src/lib/evas/include/evas_private.h
+++ b/src/lib/evas/include/evas_private.h
@@ -6,6 +6,7 @@
 #endif
 
 #include "Evas.h"
+#include "Eet.h"
 
 #include "../file/evas_module.h"
 #include "../file/evas_path.h"

-- 


Reply via email to