diff options
Diffstat (limited to 'hw/s390x/sclpconsole.c')
-rw-r--r-- | hw/s390x/sclpconsole.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hw/s390x/sclpconsole.c b/hw/s390x/sclpconsole.c index effe511..5c881e5 100644 --- a/hw/s390x/sclpconsole.c +++ b/hw/s390x/sclpconsole.c @@ -14,9 +14,10 @@ #include <hw/qdev.h> #include "qemu/thread.h" +#include "qemu/error-report.h" -#include "sclp.h" -#include "event-facility.h" +#include "hw/s390x/sclp.h" +#include "hw/s390x/event-facility.h" #include "char/char.h" typedef struct ASCIIConsoleData { |