diff options
Diffstat (limited to 'target-arm')
-rw-r--r-- | target-arm/arch_dump.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-arm/arch_dump.c b/target-arm/arch_dump.c index f45125f..1a9861f 100644 --- a/target-arm/arch_dump.c +++ b/target-arm/arch_dump.c @@ -18,6 +18,7 @@ * with this program; if not, see <http://www.gnu.org/licenses/>. */ +#include "qemu/osdep.h" #include "cpu.h" #include "elf.h" #include "sysemu/dump.h" |