summaryrefslogtreecommitdiffstats
path: root/qemu/hw/char/debugcon.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/hw/char/debugcon.c')
-rw-r--r--qemu/hw/char/debugcon.c2
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"