summaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/files/patch-exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/qemu-devel/files/patch-exec.c')
-rw-r--r--emulators/qemu-devel/files/patch-exec.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/qemu-devel/files/patch-exec.c b/emulators/qemu-devel/files/patch-exec.c
new file mode 100644
index 000000000000..f6978d7cc830
--- /dev/null
+++ b/emulators/qemu-devel/files/patch-exec.c
@@ -0,0 +1,10 @@
+--- qemu/exec.c.orig Mon Oct 11 00:14:19 2004
++++ qemu/exec.c Thu Oct 28 23:28:25 2004
+@@ -21,6 +21,7 @@
+ #ifdef _WIN32
+ #include <windows.h>
+ #else
++#include <sys/types.h>
+ #include <sys/mman.h>
+ #endif
+ #include <stdlib.h>