Merge pull request #3359 from ntherning/sgen-avoid-scanning-stack-guard-page-on-windows
[mono.git] / mono / io-layer / processes.h
index a5ff917f4dfb392ce2941f152b600cce216163f8..3193bc58731a248858f96506a52c25fd1d34b09d 100644 (file)
 #ifndef _WAPI_PROCESSES_H_
 #define _WAPI_PROCESSES_H_
 
+#include <sys/types.h>
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
 #include <glib.h>
 
-#include <mono/io-layer/handles.h>
 #include <mono/io-layer/access.h>
 #include <mono/io-layer/versioninfo.h>