diff options
Diffstat (limited to 'qemu/hw/gpio/max7310.c')
-rw-r--r-- | qemu/hw/gpio/max7310.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu/hw/gpio/max7310.c b/qemu/hw/gpio/max7310.c index 2f59b134e..1bd5eaf91 100644 --- a/qemu/hw/gpio/max7310.c +++ b/qemu/hw/gpio/max7310.c @@ -7,6 +7,7 @@ * This file is licensed under GNU GPL. */ +#include "qemu/osdep.h" #include "hw/i2c/i2c.h" #define TYPE_MAX7310 "max7310" |