commit | 69e8b16255898524930fc2eef59aa5dc4cf3b01f | [log] [tgz] |
---|---|---|
author | Jes Sorensen <Jes.Sorensen@redhat.com> | Tue Jul 06 10:50:27 2010 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Tue Jul 06 08:53:59 2010 -0500 |
tree | b9831a4843925d3cc35340b238b4cb8f36eff519 | |
parent | 734003e6153b3552b9406ef598a1e67aac4a899e [diff] |
Include sys/mman.h before qemu-options.h The result of parsing qemu-options.def depends on whehter or not MAP_POPULATE is defined, so make sure to include sys/mman.h before including qemu-options.h. Reported by Frank Arnold. Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>