$NetBSD: patch-ac,v 1.1 2006/04/22 17:24:27 joerg Exp $ --- cnxt.h.orig 2006-04-22 17:15:42.000000000 +0000 +++ cnxt.h @@ -7,7 +7,11 @@ #include #include +#if defined(__DragonFly__) +#include +#else #include +#endif struct usb_dev_info{ char *productName;