summaryrefslogtreecommitdiff
path: root/graphics/ov519view/patches/patch-ac
blob: c9c9b28767d5273fbb47e6b4dbf3d088f96ee43c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ac,v 1.1 2006/04/22 18:06:30 joerg Exp $

--- linux_usbif.h.orig	2006-04-22 17:50:37.000000000 +0000
+++ linux_usbif.h
@@ -19,7 +19,11 @@
 #include <string.h>
 #include <err.h>
 
+#if defined(__DragonFly__)
+#include <bus/usb/usb.h>
+#else
 #include <dev/usb/usb.h>
+#endif
 
 #define USB_ENDPOINT_DIR_MASK		0x80
 #define USB_DIR_OUT			UT_WRITE