eina: as we use string.h function in this inline function, we better include it.
authorCedric BAIL <cedric@osg.samsung.com>
Thu, 8 Jun 2017 18:41:01 +0000 (11:41 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Thu, 8 Jun 2017 18:41:39 +0000 (11:41 -0700)
Reported by @netstar, thanks.

src/lib/eina/eina_inline_slice.x

index b1eba96..f0188bd 100644 (file)
@@ -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)
 {