| Submitter | Jes Sorensen |
|---|---|
| Date | June 28, 2010, 2:40 p.m. |
| Message ID | <1277736058-9429-1-git-send-email-Jes.Sorensen@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/57146/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/os-posix.c b/os-posix.c index 804e20c..00133a0 100644 --- a/os-posix.c +++ b/os-posix.c @@ -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>