16 lines
322 B
Text
16 lines
322 B
Text
$NetBSD: patch-aa,v 1.1 2006/04/22 18:32:00 joerg Exp $
|
|
|
|
--- sonix.h.orig 2006-04-22 18:25:20.000000000 +0000
|
|
+++ sonix.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
|
|
|
|
#define ISOBUF_SIZE 1023
|
|
#define WIDTH 320
|