tests - fix check header to always include eina due to windows

windows means HAVE_FORK is false... thus missing eina.h and now we
have macros that use eina calls always... so this fixes nbuild of
tests on windows

@fix
This commit is contained in:
Carsten Haitzler 2019-04-07 14:14:55 +01:00
parent 954a534bc0
commit 1f402946a2
1 changed files with 14 additions and 13 deletions

View File

@ -20,9 +20,10 @@
# include <sys/wait.h> # include <sys/wait.h>
# endif # endif
# include <signal.h> # include <signal.h>
#include <Eina.h>
#endif #endif
#include <Eina.h>
#ifndef EINA_UNUSED #ifndef EINA_UNUSED
# ifdef __GNUC__ # ifdef __GNUC__