diff options
Diffstat (limited to 'include/gdbstub/helpers.h')
| -rw-r--r-- | include/gdbstub/helpers.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/gdbstub/helpers.h b/include/gdbstub/helpers.h index 6277a858a1..26140ef1ac 100644 --- a/include/gdbstub/helpers.h +++ b/include/gdbstub/helpers.h @@ -16,7 +16,8 @@ #error "gdbstub helpers should only be included by target specific code" #endif -#include "cpu.h" +#include "exec/tswap.h" +#include "cpu-param.h" /* * The GDB remote protocol transfers values in target byte order. As |