aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu-devel
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2009-06-13 19:26:28 +0000
committerJuergen Lock <nox@FreeBSD.org>2009-06-13 19:26:28 +0000
commit510273c0b64fe4ddf33593debae4e479eaa17d91 (patch)
tree9e4c3d6f9e3766c40c04ee370a56efefa78ae441 /emulators/qemu-devel
parent1d93ed658ea1d2f7d1a09f800514470f604e3799 (diff)
downloadports-510273c0b64fe4ddf33593debae4e479eaa17d91.tar.gz
ports-510273c0b64fe4ddf33593debae4e479eaa17d91.zip
Fix build on head (doh!)
Submitted by: pointyhat via pav
Notes
Notes: svn path=/head/; revision=235728
Diffstat (limited to 'emulators/qemu-devel')
-rw-r--r--emulators/qemu-devel/files/patch-usb-stub.c9
1 files changed, 9 insertions, 0 deletions
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)
+ {