From 510273c0b64fe4ddf33593debae4e479eaa17d91 Mon Sep 17 00:00:00 2001 From: Juergen Lock Date: Sat, 13 Jun 2009 19:26:28 +0000 Subject: Fix build on head (doh!) Submitted by: pointyhat via pav --- emulators/qemu-devel/files/patch-usb-stub.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 emulators/qemu-devel/files/patch-usb-stub.c (limited to 'emulators/qemu-devel') diff --git a/emulators/qemu-devel/files/patch-usb-stub.c b/emulators/qemu-devel/files/patch-usb-stub.c new file mode 100644 index 000000000000..b01b9076521f --- /dev/null +++ b/emulators/qemu-devel/files/patch-usb-stub.c @@ -0,0 +1,9 @@ +Index: qemu/usb-stub.c +@@ -1,4 +1,6 @@ +-#include "vl.h" ++#include "qemu-common.h" ++#include "console.h" ++#include "hw/usb.h" + + void usb_host_info(void) + { -- cgit v1.2.3