Fix building on windows

@author vtorri
This commit is contained in:
Andy Williams 2017-10-22 20:21:12 +01:00
parent 3314d36f9b
commit 8e25467a65
2 changed files with 4 additions and 4 deletions

View File

@ -19,10 +19,6 @@
#ifndef _EINA_INLINE_SLICE_H
#define _EINA_INLINE_SLICE_H
#ifdef _WIN32
# include <Evil.h>
#endif
#include <string.h>
static inline Eina_Slice

View File

@ -21,6 +21,10 @@
#include <stdarg.h>
#ifdef _WIN32
# include <Evil.h>
#endif
#include "eina_magic.h"
#include "eina_iterator.h"
#include "eina_accessor.h"