diff options
Diffstat (limited to 'stubs/gdbstub.c')
-rw-r--r-- | stubs/gdbstub.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stubs/gdbstub.c b/stubs/gdbstub.c index f6a4553a31..359c28990a 100644 --- a/stubs/gdbstub.c +++ b/stubs/gdbstub.c @@ -1,3 +1,4 @@ +#include "qemu/osdep.h" #include "stdbool.h" /* bool (in exec/gdbstub.h) */ #include "stddef.h" /* NULL */ #include "exec/gdbstub.h" /* xml_builtin */ |