Commit 89886f4cab87f368f5dc4815d3fd88b5d2bd91f4

Authored by blueswir1
1 parent 2bec46dc

Fix usb-stub compilation

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5794 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 2 additions and 0 deletions
usb-stub.c
@@ -30,6 +30,8 @@ @@ -30,6 +30,8 @@
30 * THE SOFTWARE. 30 * THE SOFTWARE.
31 */ 31 */
32 32
  33 +#include "qemu-common.h"
  34 +#include "console.h"
33 #include "hw/usb.h" 35 #include "hw/usb.h"
34 36
35 void usb_host_info(void) 37 void usb_host_info(void)