]> git.proxmox.com Git - qemu.git/blobdiff - os-posix.c
sheepdog: fix compile error on systems without TCP_CORK
[qemu.git] / os-posix.c
index 804e20c189454ce09155fee99d645cd21b72d920..00133a0c7658dd0efcbf9ee9561884662b2edb4b 100644 (file)
@@ -28,6 +28,8 @@
 #include <signal.h>
 #include <sys/types.h>
 #include <sys/wait.h>
+/*needed for MAP_POPULATE before including qemu-options.h */
+#include <sys/mman.h>
 #include <pwd.h>
 #include <libgen.h>