cedric pushed a commit to branch master.

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

commit 634715a2cae1d57c542bda4737f10ca29126c270
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Thu Jun 8 11:41:01 2017 -0700

    eina: as we use string.h function in this inline function, we better 
include it.
    
    Reported by @netstar, thanks.
---
 src/lib/eina/eina_inline_slice.x | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/eina/eina_inline_slice.x b/src/lib/eina/eina_inline_slice.x
index b1eba9620d..f0188bdf69 100644
--- a/src/lib/eina/eina_inline_slice.x
+++ b/src/lib/eina/eina_inline_slice.x
@@ -19,6 +19,8 @@
 #ifndef _EINA_INLINE_SLICE_H
 #define _EINA_INLINE_SLICE_H
 
+#include <string.h>
+
 static inline Eina_Slice
 eina_rw_slice_slice_get(const Eina_Rw_Slice rw_slice)
 {

-- 


Reply via email to