diff options
Diffstat (limited to 'hw/intc/imx_avic.c')
-rw-r--r-- | hw/intc/imx_avic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/intc/imx_avic.c b/hw/intc/imx_avic.c index e0535ffc57..7027655774 100644 --- a/hw/intc/imx_avic.c +++ b/hw/intc/imx_avic.c @@ -15,6 +15,7 @@ * TODO: implement vectors. */ +#include "qemu/osdep.h" #include "hw/intc/imx_avic.h" #ifndef DEBUG_IMX_AVIC |