16 lines
324 B
Text
16 lines
324 B
Text
$NetBSD: patch-ab,v 1.1 2006/04/22 18:06:30 joerg Exp $
|
|
|
|
--- linux_usbif.c.orig 2006-04-22 17:50:45.000000000 +0000
|
|
+++ linux_usbif.c
|
|
@@ -29,7 +29,11 @@
|
|
|
|
#include <ctype.h>
|
|
#include <sys/ioctl.h>
|
|
+#if defined(__DragonFly__)
|
|
+#include <bus/usb/usb.h>
|
|
+#else
|
|
#include <dev/usb/usb.h>
|
|
+#endif
|
|
|
|
#include "linux_usbif.h"
|
|
|