]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
Mac OS compile fix
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 14 Nov 2004 16:22:05 +0000 (16:22 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 14 Nov 2004 16:22:05 +0000 (16:22 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1139 c046a42c-6fe2-441c-8c8c-71466251a162

exec.c

diff --git a/exec.c b/exec.c
index 5f2a87c239f0c222ae965c1e8dadacf7f9307e03..a1553ba10b10b9a9a14d970bdf3a6e704a2463a8 100644 (file)
--- a/exec.c
+++ b/exec.c
@@ -21,6 +21,7 @@
 #ifdef _WIN32
 #include <windows.h>
 #else
+#include <sys/types.h>
 #include <sys/mman.h>
 #endif
 #include <stdlib.h>