$NetBSD: patch-ac,v 1.1 2006/04/22 18:06:30 joerg Exp $ --- linux_usbif.h.orig 2006-04-22 17:50:37.000000000 +0000 +++ linux_usbif.h @@ -19,7 +19,11 @@ #include #include +#if defined(__DragonFly__) +#include +#else #include +#endif #define USB_ENDPOINT_DIR_MASK 0x80 #define USB_DIR_OUT UT_WRITE