diff options
Diffstat (limited to 'qemu/hw/char/debugcon.c')
-rw-r--r-- | qemu/hw/char/debugcon.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qemu/hw/char/debugcon.c b/qemu/hw/char/debugcon.c index 36f1c4adb..e7f025ec6 100644 --- a/qemu/hw/char/debugcon.c +++ b/qemu/hw/char/debugcon.c @@ -24,6 +24,8 @@ * THE SOFTWARE. */ +#include "qemu/osdep.h" +#include "qapi/error.h" #include "hw/hw.h" #include "sysemu/char.h" #include "hw/isa/isa.h" |