16 lines
334 B
Text
16 lines
334 B
Text
$NetBSD: patch-ab,v 1.1 2006/04/22 18:19:02 joerg Exp $
|
|
|
|
--- quickcam.c.orig 2006-04-22 18:15:24.000000000 +0000
|
|
+++ quickcam.c
|
|
@@ -64,7 +64,11 @@
|
|
#include <ctype.h>
|
|
#include <sys/ioctl.h>
|
|
|
|
+#if defined(__DragonFly__)
|
|
+#include <bus/usb/usb.h>
|
|
+#else
|
|
#include <dev/usb/usb.h>
|
|
+#endif
|
|
|
|
#include "quickcam.h"
|
|
#include "pb0100.h"
|