From 7566c6efe75572c63a8841fc09d0a8935b188c2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Thu, 26 Jan 2017 17:33:39 +0400 Subject: chardev: serial & parallel declaration to own headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau Reviewed-by: Philippe Mathieu-Daudé --- hw/char/escc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/char/escc.c') diff --git a/hw/char/escc.c b/hw/char/escc.c index df89d58..81d792c 100644 --- a/hw/char/escc.c +++ b/hw/char/escc.c @@ -26,7 +26,7 @@ #include "hw/hw.h" #include "hw/sysbus.h" #include "hw/char/escc.h" -#include "chardev/char.h" +#include "chardev/char-serial.h" #include "ui/console.h" #include "ui/input.h" #include "trace.h" -- cgit v1.1