All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] usb/redirect.c: unbreak compilation due to include/char/char.h
@ 2012-12-23 21:25 ` Alon Levy
  0 siblings, 0 replies; 4+ messages in thread
From: Alon Levy @ 2012-12-23 21:25 UTC (permalink / raw)
  To: qemu-devel, qemu-trivial; +Cc: pbonzini

Broken since:

commit 927d4878b0ff319ed87fed9363f314613b0a5ed9
Author: Paolo Bonzini <pbonzini@redhat.com>
Date:   Mon Dec 17 18:20:05 2012 +0100

    softmmu: move remaining include files to include/ subdirectories

Signed-off-by: Alon Levy <alevy@redhat.com>
---
 hw/usb/redirect.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/usb/redirect.c b/hw/usb/redirect.c
index b65e868..0abe1ff 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 <dirent.h>
 #include <sys/ioctl.h>
-- 
1.8.0.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-12-28 20:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-23 21:25 [Qemu-trivial] [PATCH] usb/redirect.c: unbreak compilation due to include/char/char.h Alon Levy
2012-12-23 21:25 ` [Qemu-devel] " Alon Levy
2012-12-28 20:08 ` [Qemu-trivial] " Blue Swirl
2012-12-28 20:08   ` Blue Swirl

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.