diff options
Diffstat (limited to 'hw/input/pxa2xx_keypad.c')
-rw-r--r-- | hw/input/pxa2xx_keypad.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/input/pxa2xx_keypad.c b/hw/input/pxa2xx_keypad.c index 85011145e6..2b70bbb95c 100644 --- a/hw/input/pxa2xx_keypad.c +++ b/hw/input/pxa2xx_keypad.c @@ -11,6 +11,7 @@ * GNU GPL, version 2 or (at your option) any later version. */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "hw/arm/pxa.h" #include "ui/console.h" |