diff options
Diffstat (limited to 'qemu/hw/gpio/puv3_gpio.c')
-rw-r--r-- | qemu/hw/gpio/puv3_gpio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu/hw/gpio/puv3_gpio.c b/qemu/hw/gpio/puv3_gpio.c index 39840aa73..445afccf9 100644 --- a/qemu/hw/gpio/puv3_gpio.c +++ b/qemu/hw/gpio/puv3_gpio.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/hw.h" #include "hw/sysbus.h" |