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

17 lines
324 B
Plaintext

$NetBSD: patch-ac,v 1.1 2006/04/22 17:45:05 joerg Exp $
--- linux_usbif.c.orig 2006-04-22 17:29:12.000000000 +0000
+++ linux_usbif.c
@@ -28,7 +28,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"