diff options
author | Paolo Bonzini | 2018-06-01 14:15:01 +0200 |
---|---|---|
committer | Paolo Bonzini | 2018-06-01 14:15:01 +0200 |
commit | 05757c5d8753a600a9ef6f1f0509cd51ba3c91b4 (patch) | |
tree | 683a6fac703144b33ed526da98a60ebe92e15540 | |
parent | target/hppa: Include "qemu/log.h" to use qemu_log() (diff) | |
download | qemu-05757c5d8753a600a9ef6f1f0509cd51ba3c91b4.tar.gz qemu-05757c5d8753a600a9ef6f1f0509cd51ba3c91b4.tar.xz qemu-05757c5d8753a600a9ef6f1f0509cd51ba3c91b4.zip |
bsd-user: include "exec/exec-all.h" which provides mmap_lock/unlock"
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rw-r--r-- | bsd-user/mmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bsd-user/mmap.c b/bsd-user/mmap.c index 20cd29d145..17f4cd80aa 100644 --- a/bsd-user/mmap.c +++ b/bsd-user/mmap.c @@ -21,6 +21,7 @@ #include "qemu.h" #include "qemu-common.h" #include "bsd-mman.h" +#include "exec/exec-all.h" //#define DEBUG_MMAP |