diff options
Diffstat (limited to 'graphics/cnxtview/patches/patch-ae')
-rw-r--r-- | graphics/cnxtview/patches/patch-ae | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/cnxtview/patches/patch-ae b/graphics/cnxtview/patches/patch-ae new file mode 100644 index 00000000000..394290f7809 --- /dev/null +++ b/graphics/cnxtview/patches/patch-ae @@ -0,0 +1,16 @@ +$NetBSD: patch-ae,v 1.1 2006/04/22 17:24:27 joerg Exp $ + +--- cnxtinit.c.orig 2006-04-22 17:16:58.000000000 +0000 ++++ cnxtinit.c +@@ -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 + + #include "cnxt.h" + |