summaryrefslogtreecommitdiff
path: root/graphics/cpia2view/patches/patch-ad
blob: c6dd26e41f8cd09852c385ea8bf07a0ffea15147 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ad,v 1.1 2006/04/22 17:45:05 joerg Exp $

--- linux_usbif.h.orig	2006-04-22 17:29:29.000000000 +0000
+++ linux_usbif.h
@@ -11,7 +11,11 @@
 #include <string.h>
 #include <err.h>
 
+#if defined(__DragonFly__)
+#include <bus/usb/usb.h>
+#else
 #include <dev/usb/usb.h>
+#endif
 
 #define USB_DIR_OUT			UT_WRITE
 #define USB_DIR_IN			UT_READ