diff options
Diffstat (limited to 'hw/debugcon.c')
-rw-r--r-- | hw/debugcon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/debugcon.c b/hw/debugcon.c index 14ab326be3..14f83f1962 100644 --- a/hw/debugcon.c +++ b/hw/debugcon.c @@ -25,7 +25,7 @@ */ #include "hw.h" -#include "qemu-char.h" +#include "char/char.h" #include "isa.h" #include "pc.h" |