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

--- 2.4/linux_usbif.c.orig	2006-04-22 18:10:49.000000000 +0000
+++ 2.4/linux_usbif.c
@@ -27,7 +27,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"