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

17 lines
298 B
Plaintext

$NetBSD: patch-ad,v 1.1 2006/04/22 17:24:27 joerg Exp $
--- cnxt.c.orig 2006-04-22 17:16:17.000000000 +0000
+++ cnxt.c
@@ -39,7 +39,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"