diff options
Diffstat (limited to 'target-arm/arm_ldst.h')
-rw-r--r-- | target-arm/arm_ldst.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-arm/arm_ldst.h b/target-arm/arm_ldst.h index 007a7d7705..b1ece01731 100644 --- a/target-arm/arm_ldst.h +++ b/target-arm/arm_ldst.h @@ -20,6 +20,7 @@ #ifndef ARM_LDST_H #define ARM_LDST_H +#include "exec/cpu_ldst.h" #include "qemu/bswap.h" /* Load an instruction and return it in the standard little-endian order */ |