summaryrefslogtreecommitdiff
path: root/graphics/cnxtview/patches/patch-ac
blob: 4ee58ac6cc1ea9de4a096c9c065a79418f2d10df (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 17:24:27 joerg Exp $

--- cnxt.h.orig	2006-04-22 17:15:42.000000000 +0000
+++ cnxt.h
@@ -7,7 +7,11 @@
 #include <string.h>
 #include <err.h>
 
+#if defined(__DragonFly__)
+#include <bus/usb/usb.h>
+#else
 #include <dev/usb/usb.h>
+#endif
 
 struct usb_dev_info{
     char	*productName;