diff options
Diffstat (limited to 'hw/char')
-rw-r--r-- | hw/char/parallel.c | 1 | ||||
-rw-r--r-- | hw/char/serial.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/hw/char/parallel.c b/hw/char/parallel.c index 1cd4c54a02..fed15dc548 100644 --- a/hw/char/parallel.c +++ b/hw/char/parallel.c @@ -31,6 +31,7 @@ #include "chardev/char-fe.h" #include "hw/isa/isa.h" #include "hw/char/parallel.h" +#include "sysemu/reset.h" #include "sysemu/sysemu.h" #include "trace.h" diff --git a/hw/char/serial.c b/hw/char/serial.c index 7c42a2abfc..a9e42f7d97 100644 --- a/hw/char/serial.c +++ b/hw/char/serial.c @@ -28,6 +28,7 @@ #include "chardev/char-serial.h" #include "qapi/error.h" #include "qemu/timer.h" +#include "sysemu/reset.h" #include "qemu/error-report.h" #include "trace.h" |