diff options
Diffstat (limited to 'target-sparc/gdbstub.c')
-rw-r--r-- | target-sparc/gdbstub.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-sparc/gdbstub.c b/target-sparc/gdbstub.c index e530dc52f5..ffc2baa2e7 100644 --- a/target-sparc/gdbstub.c +++ b/target-sparc/gdbstub.c @@ -19,6 +19,7 @@ */ #include "qemu/osdep.h" #include "qemu-common.h" +#include "cpu.h" #include "exec/gdbstub.h" #ifdef TARGET_ABI32 |