$NetBSD: patch-an,v 1.3 2007/03/07 20:48:04 joerg Exp $

--- src/libusbhid/descr.c.orig	2007-03-07 19:32:12.000000000 +0000
+++ src/libusbhid/descr.c
@@ -38,7 +38,11 @@
 #include <sys/time.h>
 #include <sys/ioctl.h>
 
+#ifdef __DragonFly__
+#include <bus/usb/usb.h>
+#else
 #include <dev/usb/usb.h>
+#endif
 
 #include "usbhid.h"
 #include "usbvar.h"
