diff options
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/arm/nseries.c | 1 | ||||
| -rw-r--r-- | hw/input/lm832x.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/hw/arm/nseries.c b/hw/arm/nseries.c index a10d8f53b5..92b6756fbc 100644 --- a/hw/arm/nseries.c +++ b/hw/arm/nseries.c @@ -34,6 +34,7 @@ #include "hw/boards.h" #include "hw/i2c/i2c.h" #include "hw/display/blizzard.h" +#include "hw/input/lm832x.h" #include "hw/input/tsc2xxx.h" #include "hw/misc/cbus.h" #include "hw/sensor/tmp105.h" diff --git a/hw/input/lm832x.c b/hw/input/lm832x.c index 4cb1e9de01..d2b92b457e 100644 --- a/hw/input/lm832x.c +++ b/hw/input/lm832x.c @@ -19,6 +19,7 @@ */ #include "qemu/osdep.h" +#include "hw/input/lm832x.h" #include "hw/i2c/i2c.h" #include "hw/irq.h" #include "migration/vmstate.h" |