bu5hm4n pushed a commit to branch master.

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

commit f254cff545e305e6d6c9cd8811f28ec3b02b30ec
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Fri Apr 26 09:07:29 2019 -0400

    eina: explicitly include Evil.h in eina_inline_slice.x
    
    this file is included by itself (without Eina.h) so it must also include
    its dependency headers
    
    Reviewed-by: Marcel Hollerbach <m...@marcel-hollerbach.de>
    Differential Revision: https://phab.enlightenment.org/D8727
---
 src/lib/eina/eina_inline_slice.x | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/lib/eina/eina_inline_slice.x b/src/lib/eina/eina_inline_slice.x
index e11a468cce..5949cd71f4 100644
--- a/src/lib/eina/eina_inline_slice.x
+++ b/src/lib/eina/eina_inline_slice.x
@@ -20,6 +20,9 @@
 #define _EINA_INLINE_SLICE_H
 
 #include <string.h>
+#ifdef _WIN32
+# include <Evil.h>
+#endif
 
 static inline Eina_Slice
 eina_rw_slice_slice_get(const Eina_Rw_Slice rw_slice)

-- 


Reply via email to