aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/qemu-devel/files/patch-z-bandaid-usb-current
blob: ad66da21f54310c0311061937a5fe9294e665131 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: qemu/usb-bsd.c
@@ -35,7 +35,12 @@
 
 #include <sys/ioctl.h>
 #ifndef __DragonFly__
+#include <sys/param.h>
+#if __FreeBSD_version >= 800064
+#include <legacy/dev/usb/usb.h>
+#else
 #include <dev/usb/usb.h>
+#endif
 #else
 #include <bus/usb/usb.h>
 #endif