pkgsrc/graphics/snx101view/patches/patch-ab
2006-04-22 18:32:00 +00:00

16 lines
323 B
Text

$NetBSD: patch-ab,v 1.1 2006/04/22 18:32:00 joerg Exp $
--- sonix.c.orig 2006-04-22 18:25:30.000000000 +0000
+++ sonix.c
@@ -40,7 +40,11 @@
#include <string.h>
#include <err.h>
+#if defined(__DragonFly__)
+#include <bus/usb/usb.h>
+#else
#include <dev/usb/usb.h>
+#endif
#include "sonix.h"
#include "sonixinit.h"