eina: as we use string.h function in this inline function, we better include it.

Reported by @netstar, thanks.
This commit is contained in:
Cedric BAIL 2017-06-08 11:41:01 -07:00
parent d57bdb5fbc
commit 634715a2ca
1 changed files with 2 additions and 0 deletions

View 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)
{