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

17 lines
304 B
Plaintext

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