diff options
-rw-r--r-- | emulators/qemu-devel/files/patch-usb-stub.c | 9 |
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) + { |