pkgsrc/graphics/ov519view/patches/patch-ad
2006-04-22 18:06:30 +00:00

16 lines
333 B
Text

$NetBSD: patch-ad,v 1.1 2006/04/22 18:06:30 joerg Exp $
--- ov519shot.c.orig 2006-04-22 17:56:45.000000000 +0000
+++ ov519shot.c
@@ -37,7 +37,11 @@
#include <string.h>
#include <err.h>
+#if defined(__DragonFly__)
+#include <bus/usb/usb.h>
+#else
#include <dev/usb/usb.h>
+#endif
#include "linux_usbif.h"
#include "ov51x.h"