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