update Tue Jun 8 12:37:00 PDT 2010
[pkgsrc.git] / graphics / ov519view / patches / patch-ab
1 $NetBSD: patch-ab,v 1.1 2006/04/22 18:06:30 joerg Exp $
2
3 --- linux_usbif.c.orig  2006-04-22 17:50:45.000000000 +0000
4 +++ linux_usbif.c
5 @@ -29,7 +29,11 @@
6  
7  #include <ctype.h>
8  #include <sys/ioctl.h>
9 +#if defined(__DragonFly__)
10 +#include <bus/usb/usb.h>
11 +#else
12  #include <dev/usb/usb.h>
13 +#endif
14  
15  #include "linux_usbif.h"
16