$NetBSD: patch-ad,v 1.1 2005/12/18 17:31:22 joerg Exp $

--- usbstats.c.orig	2005-12-18 17:23:45.000000000 +0000
+++ usbstats.c
@@ -26,10 +26,15 @@
 
 #include <stdio.h>
 #include <sys/types.h>
+#include <sys/ioctl.h>
 #include <fcntl.h>
 #include <unistd.h>
 #include <err.h>
+#ifdef __DragonFly__
+#include <bus/usb/usb.h>
+#else
 #include <dev/usb/usb.h>
+#endif
 
 #ifndef USB_STACK_VERSION
 #define uds_requests requests
