diff options
Diffstat (limited to 'hw/input/stellaris_input.c')
-rw-r--r-- | hw/input/stellaris_input.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/input/stellaris_input.c b/hw/input/stellaris_input.c index 3a666d61d4..59892b07fc 100644 --- a/hw/input/stellaris_input.c +++ b/hw/input/stellaris_input.c @@ -6,9 +6,11 @@ * * This code is licensed under the GPL. */ + #include "qemu/osdep.h" -#include "hw/hw.h" #include "hw/input/gamepad.h" +#include "hw/irq.h" +#include "migration/vmstate.h" #include "ui/console.h" typedef struct { |