Skip to content

Commit

Permalink
bsd-user: Include more things in qemu.h
Browse files Browse the repository at this point in the history
Include more header files to match bsd-user fork.

Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
  • Loading branch information
bsdimp committed Sep 10, 2021
1 parent a8fe6d5 commit ab77bd8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bsd-user/qemu.h
Expand Up @@ -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"

Expand All @@ -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"
Expand Down

0 comments on commit ab77bd8

Please sign in to comment.