diff options
Diffstat (limited to 'hw/char/pl011.c')
-rw-r--r-- | hw/char/pl011.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/char/pl011.c b/hw/char/pl011.c index eac6fac093..210c87b4c2 100644 --- a/hw/char/pl011.c +++ b/hw/char/pl011.c @@ -7,6 +7,7 @@ * This code is licensed under the GPL. */ +#include "qemu/osdep.h" #include "hw/sysbus.h" #include "sysemu/char.h" |