diff options
Diffstat (limited to 'hw/intc/bcm2836_control.c')
-rw-r--r-- | hw/intc/bcm2836_control.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/intc/bcm2836_control.c b/hw/intc/bcm2836_control.c index ad622aa..d027181 100644 --- a/hw/intc/bcm2836_control.c +++ b/hw/intc/bcm2836_control.c @@ -13,6 +13,7 @@ * https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2836/QA7_rev3.4.pdf */ +#include "qemu/osdep.h" #include "hw/intc/bcm2836_control.h" #define REG_GPU_ROUTE 0x0c |