summaryrefslogtreecommitdiffstats
path: root/recipes/qemu/qemu-0.12.4/02_kfreebsd.patch
blob: 67fb6637902bf94ca84c2aba1256a95a35425b6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/usb-bsd.c b/usb-bsd.c
index 48567a3..a761b61 100644
--- a/usb-bsd.c
+++ b/usb-bsd.c
@@ -35,7 +35,7 @@
 
 #include <sys/ioctl.h>
 #ifndef __DragonFly__
-#include <dev/usb/usb.h>
+#include <legacy/dev/usb/usb.h>
 #else
 #include <bus/usb/usb.h>
 #endif