From 62054c06d4d1d0d54ef87c2d9154efec00ad170c Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 23 Dec 2012 23:25:09 +0200 Subject: [PATCH] usb/redirect.c: unbreak compilation due to include/char/char.h Broken since: commit 927d4878b0ff319ed87fed9363f314613b0a5ed9 Author: Paolo Bonzini Date: Mon Dec 17 18:20:05 2012 +0100 softmmu: move remaining include files to include/ subdirectories Signed-off-by: Alon Levy Signed-off-by: Blue Swirl --- hw/usb/redirect.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/usb/redirect.c b/hw/usb/redirect.c index b65e8682b6..0abe1ff4d1 100644 --- a/hw/usb/redirect.c +++ b/hw/usb/redirect.c @@ -30,6 +30,7 @@ #include "monitor/monitor.h" #include "sysemu/sysemu.h" #include "qemu/iov.h" +#include "char/char.h" #include #include -- 2.11.4.GIT