aboutsummaryrefslogtreecommitdiff
path: root/include/hw/arm/sharpsl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/arm/sharpsl.h')
-rw-r--r--include/hw/arm/sharpsl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hw/arm/sharpsl.h b/include/hw/arm/sharpsl.h
index 5bf6db1fa2..89e168fbff 100644
--- a/include/hw/arm/sharpsl.h
+++ b/include/hw/arm/sharpsl.h
@@ -3,9 +3,12 @@
*
* This file is licensed under the GNU GPL.
*/
+
#ifndef QEMU_SHARPSL_H
#define QEMU_SHARPSL_H
+#include "exec/hwaddr.h"
+
#define zaurus_printf(format, ...) \
fprintf(stderr, "%s: " format, __func__, ##__VA_ARGS__)