aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2017-01-26 17:19:46 +0400
committerMarc-André Lureau <marcandre.lureau@redhat.com>2017-06-02 11:33:52 +0400
commit69703119b7993e0633dedd904f9b0034a63272d5 (patch)
treef8e6f5481087d2deb86185de9ea022aaa7164996
parent8a85bd0548714df53145c91e94b68b31bcfaaf3d (diff)
downloadslirp-69703119b7993e0633dedd904f9b0034a63272d5.zip
slirp-69703119b7993e0633dedd904f9b0034a63272d5.tar.gz
slirp-69703119b7993e0633dedd904f9b0034a63272d5.tar.bz2
chardev: move headers to include/chardev
So they are all in one place. The following patch will move serial & parallel declarations to the respective headers. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
-rw-r--r--slirp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/slirp.c b/slirp.c
index ce648a4..aa0586a 100644
--- a/slirp.c
+++ b/slirp.c
@@ -25,7 +25,7 @@
#include "qemu-common.h"
#include "qemu/timer.h"
#include "qemu/error-report.h"
-#include "sysemu/char.h"
+#include "chardev/char.h"
#include "slirp.h"
#include "hw/hw.h"
#include "qemu/cutils.h"