eina: fix build on windows.

Add necessary include for proper compilation.

@fix
This commit is contained in:
Cedric BAIL 2014-06-24 10:25:27 +02:00
parent 0f4bb89492
commit 6dbdbee453
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@
# include <windows.h>
# undef WIN32_LEAN_AND_MEAN
#include <process.h>
typedef struct _Eina_TLS_Cbs_Win32 Eina_TLS_Cbs_Win32;
struct _Eina_TLS_Cbs_Win32
{