diff options
Diffstat (limited to 'qemu/hw/intc/puv3_intc.c')
-rw-r--r-- | qemu/hw/intc/puv3_intc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu/hw/intc/puv3_intc.c b/qemu/hw/intc/puv3_intc.c index c2803d07d..ef8488aac 100644 --- a/qemu/hw/intc/puv3_intc.c +++ b/qemu/hw/intc/puv3_intc.c @@ -8,6 +8,7 @@ * published by the Free Software Foundation, or any later version. * See the COPYING file in the top-level directory. */ +#include "qemu/osdep.h" #include "hw/sysbus.h" #undef DEBUG_PUV3 |