From: Warner Losh Date: Wed, 4 Aug 2021 05:27:25 +0000 (-0600) Subject: bsd-user: Include more things in qemu.h X-Git-Tag: v6.2.0-rc0~107^2~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab77bd844b55b6b0e04c552d7e992911ff75ccd7;p=thirdparty%2Fqemu.git bsd-user: Include more things in qemu.h Include more header files to match bsd-user fork. Signed-off-by: Warner Losh Reviewed-by: Richard Henderson --- diff --git a/bsd-user/qemu.h b/bsd-user/qemu.h index 5e4cbb40d42..55d71130bb0 100644 --- a/bsd-user/qemu.h +++ b/bsd-user/qemu.h @@ -18,12 +18,12 @@ #define QEMU_H +#include "qemu/osdep.h" #include "cpu.h" #include "exec/cpu_ldst.h" +#include "exec/exec-all.h" #undef DEBUG_REMAP -#ifdef DEBUG_REMAP -#endif /* DEBUG_REMAP */ #include "exec/user/abitypes.h" @@ -36,6 +36,8 @@ enum BSDType { }; extern enum BSDType bsd_type; +#include "exec/user/thunk.h" +#include "target_arch.h" #include "syscall_defs.h" #include "target_syscall.h" #include "exec/gdbstub.h"