]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/postcopy-test.c
os-posix: include sys/mman.h
[mirror_qemu.git] / tests / postcopy-test.c
index 9ff88eea0fe220c8ab755f30d90def5c393ccd31..a35efb3969e18da6c1d4e9f5a495934acf7e20ad 100644 (file)
@@ -26,7 +26,6 @@ const unsigned end_address = 100 * 1024 * 1024;
 bool got_stop;
 
 #if defined(__linux__)
-#include <sys/mman.h>
 #include <sys/syscall.h>
 #include <sys/vfs.h>
 #endif