diff options
Diffstat (limited to 'hw/char')
-rw-r--r-- | hw/char/grlib_apbuart.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/char/grlib_apbuart.c b/hw/char/grlib_apbuart.c index 35ef661771..871524c82f 100644 --- a/hw/char/grlib_apbuart.c +++ b/hw/char/grlib_apbuart.c @@ -22,6 +22,7 @@ * THE SOFTWARE. */ +#include "qemu/osdep.h" #include "hw/sysbus.h" #include "sysemu/char.h" |