pkgsrc/graphics/cnxtview/patches/patch-ad

16 lines
298 B
Text

$NetBSD: patch-ad,v 1.1 2006/04/22 17:24:27 joerg Exp $
--- cnxt.c.orig 2006-04-22 17:16:17.000000000 +0000
+++ cnxt.c
@@ -39,7 +39,11 @@
#include <string.h>
#include <err.h>
+#if defined(__DragonFly__)
+#include <bus/usb/usb.h>
+#else
#include <dev/usb/usb.h>
+#endif
#include "cnxt.h"