summaryrefslogtreecommitdiff
path: root/hw/s390x/sclpconsole.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/s390x/sclpconsole.c')
-rw-r--r--hw/s390x/sclpconsole.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/s390x/sclpconsole.c b/hw/s390x/sclpconsole.c
index fece878e88..aa70e16665 100644
--- a/hw/s390x/sclpconsole.c
+++ b/hw/s390x/sclpconsole.c
@@ -13,10 +13,11 @@
*/
#include <hw/qdev.h>
-#include "qemu-thread.h"
+#include "qemu/thread.h"
#include "sclp.h"
#include "event-facility.h"
+#include "char/char.h"
typedef struct ASCIIConsoleData {
EventBufferHeader ebh;