diff options
Diffstat (limited to 'hw/intc/xics.c')
-rw-r--r-- | hw/intc/xics.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/intc/xics.c b/hw/intc/xics.c index 9ff5796414..cd91ddc4d1 100644 --- a/hw/intc/xics.c +++ b/hw/intc/xics.c @@ -25,6 +25,7 @@ * */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "trace.h" #include "qemu/timer.h" |