From: Paolo Bonzini Date: Fri, 1 Jun 2018 12:15:01 +0000 (+0200) Subject: bsd-user: include "exec/exec-all.h" which provides mmap_lock/unlock" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=05757c5d8753a600a9ef6f1f0509cd51ba3c91b4;p=qemu.git bsd-user: include "exec/exec-all.h" which provides mmap_lock/unlock" Signed-off-by: Paolo Bonzini --- 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