initial APIC support (only for x86_64 target now)
[qemu] / exec.c
diff --git a/exec.c b/exec.c
index 5f2a87c..a1553ba 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>