diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2018-06-01 14:15:01 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2018-06-01 14:15:01 +0200 |
commit | 05757c5d8753a600a9ef6f1f0509cd51ba3c91b4 (patch) | |
tree | 683a6fac703144b33ed526da98a60ebe92e15540 /bsd-user | |
parent | 0d114d0d5b9f3d10a1148b2412865e177ea5e4b9 (diff) |
bsd-user: include "exec/exec-all.h" which provides mmap_lock/unlock"
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'bsd-user')
-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 |