cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6dbdbee45391356d98fdb0979355630be5dab615
commit 6dbdbee45391356d98fdb0979355630be5dab615 Author: Cedric BAIL <[email protected]> Date: Tue Jun 24 10:25:27 2014 +0200 eina: fix build on windows. Add necessary include for proper compilation. @fix --- src/lib/eina/eina_thread.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/eina/eina_thread.c b/src/lib/eina/eina_thread.c index b8290cb..a66ca89 100644 --- a/src/lib/eina/eina_thread.c +++ b/src/lib/eina/eina_thread.c @@ -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 { --
