[io-layer] Make process handles non-shared. Fixes #23423.
[mono.git] / mono / io-layer / processes.h
index 99a62faeb1de6e302e57a99823fdba1545b7753c..c2b78d44387dbc11d3b0bd6105170b2bc74a07ec 100644 (file)
@@ -10,6 +10,9 @@
 #ifndef _WAPI_PROCESSES_H_
 #define _WAPI_PROCESSES_H_
 
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
 #include <glib.h>
 
 #include <mono/io-layer/handles.h>