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

--- 2.4/phpsview.c.orig	2006-04-22 18:11:58.000000000 +0000
+++ 2.4/phpsview.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 <gtk/gtk.h>
 #include <gdk_imlib.h>