summaryrefslogtreecommitdiff
path: root/graphics/qcamview/patches/patch-af
blob: ffbb2aa1a541ab8a47acd4b05213f2a95354119d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-af,v 1.1 2006/04/22 18:19:02 joerg Exp $

--- linux_usbif.c.orig	2006-04-22 18:16:18.000000000 +0000
+++ linux_usbif.c
@@ -28,7 +28,11 @@
 
 #include <ctype.h>
 #include <sys/ioctl.h>
+#if defined(__DragonFly__)
+#include <bus/usb/usb.h>
+#else
 #include <dev/usb/usb.h>
+#endif
 
 #include "linux_usbif.h"