barbieri pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=7a1e5923f9f60197516fdf6b60ae23d5358e3aa0

commit 7a1e5923f9f60197516fdf6b60ae23d5358e3aa0
Author: Gustavo Sverzut Barbieri <barbi...@profusion.mobi>
Date:   Sat Dec 3 09:41:09 2016 -0200

    eo: fix missing Evil.h include
---
 src/lib/eo/eo.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/lib/eo/eo.c b/src/lib/eo/eo.c
index 560f269..b5647d2 100644
--- a/src/lib/eo/eo.c
+++ b/src/lib/eo/eo.c
@@ -8,6 +8,10 @@
 
 #include <Eina.h>
 
+#ifdef HAVE_EVIL
+# include <Evil.h>
+#endif
+
 #if defined(__APPLE__) && defined(__MACH__)
 # include <mach/mach_time.h>
 #endif

-- 


Reply via email to