pkgsrc/graphics/qcamview/patches/patch-ac
2006-04-22 18:18:38 +00:00

16 lines
331 B
Text

$NetBSD: patch-ac,v 1.1 2006/04/22 18:19:02 joerg Exp $
--- qcamview.c.orig 2006-04-22 18:15:43.000000000 +0000
+++ qcamview.c
@@ -16,7 +16,11 @@
#include <string.h>
#include <err.h>
+#if defined(__DragonFly__)
+#include <bus/usb/usb.h>
+#else
#include <dev/usb/usb.h>
+#endif
#include <gtk/gtk.h>
#include <gdk_imlib.h>