blob: 0030be8615ae2b497468a12878b03da0e9c40806 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-ab,v 1.1 2006/04/22 18:32:00 joerg Exp $
--- sonix.c.orig 2006-04-22 18:25:30.000000000 +0000
+++ sonix.c
@@ -40,7 +40,11 @@
#include <string.h>
#include <err.h>
+#if defined(__DragonFly__)
+#include <bus/usb/usb.h>
+#else
#include <dev/usb/usb.h>
+#endif
#include "sonix.h"
#include "sonixinit.h"
|