summaryrefslogtreecommitdiff
path: root/emulators/qemu/files/patch-exec.c
blob: f6978d7cc830b5638ce555dedae9724e0b35da84 (plain) (blame)
1
2
3
4
5
6
7
8
9
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>