aboutsummaryrefslogtreecommitdiff
path: root/lang/mono/files/patch-mono_mini_aot-runtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'lang/mono/files/patch-mono_mini_aot-runtime.c')
-rw-r--r--lang/mono/files/patch-mono_mini_aot-runtime.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/mono/files/patch-mono_mini_aot-runtime.c b/lang/mono/files/patch-mono_mini_aot-runtime.c
new file mode 100644
index 000000000000..950773b16a5f
--- /dev/null
+++ b/lang/mono/files/patch-mono_mini_aot-runtime.c
@@ -0,0 +1,12 @@
+--- mono/mini/aot-runtime.c.orig Sun Oct 22 13:10:53 2006
++++ mono/mini/aot-runtime.c Sun Oct 22 13:16:25 2006
+@@ -19,6 +19,9 @@
+ #include <winsock2.h>
+ #include <windows.h>
+ #endif
++#ifdef PLATFORM_BSD
++#include <sys/wait.h>
++#endif
+
+ #include <errno.h>
+ #include <sys/stat.h>