From: Cedric BAIL Date: Thu, 8 Jun 2017 18:41:01 +0000 (-0700) Subject: eina: as we use string.h function in this inline function, we better include it. X-Git-Tag: upstream/1.20.0~706 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=634715a2cae1d57c542bda4737f10ca29126c270;p=platform%2Fupstream%2Fefl.git eina: as we use string.h function in this inline function, we better include it. Reported by @netstar, thanks. --- diff --git a/src/lib/eina/eina_inline_slice.x b/src/lib/eina/eina_inline_slice.x index b1eba96..f0188bd 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 + static inline Eina_Slice eina_rw_slice_slice_get(const Eina_Rw_Slice rw_slice) {