$NetBSD: patch-al,v 1.1 2008/11/24 21:13:19 hasso Exp $

--- hald/freebsd/probing/probe-hiddev.c.orig	2008-11-24 14:22:45 +0200
+++ hald/freebsd/probing/probe-hiddev.c	2008-11-24 14:21:24 +0200
@@ -29,8 +29,13 @@
 #include <stdlib.h>
 #include <fcntl.h>
 #include <sys/ioctl.h>
+#ifdef __DragonFly__
+#include <bus/usb/usb.h>
+#include <bus/usb/usbhid.h>
+#else
 #include <dev/usb/usb.h>
 #include <dev/usb/usbhid.h>
+#endif
 #include <usbhid.h>
 
 #include "../libprobe/hfp.h"
