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 <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D8727
This commit is contained in:
Mike Blumenkrantz 2019-04-26 09:07:29 -04:00 committed by Marcel Hollerbach
parent f656323473
commit f254cff545
1 changed files with 3 additions and 0 deletions

View File

@ -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)