2013-09-26 17:14:40 +02:00

17 lines
321 B
Plaintext

$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;