16 lines
370 B
Text
16 lines
370 B
Text
$NetBSD: patch-ab,v 1.1 2006/04/20 16:05:44 joerg Exp $
|
|
|
|
--- cam_ov511.c.orig 2006-04-20 15:31:09.000000000 +0000
|
|
+++ cam_ov511.c
|
|
@@ -45,7 +45,11 @@
|
|
#include <stdio.h>
|
|
#include <unistd.h>
|
|
#include <time.h>
|
|
+#if defined(__DragonFly__)
|
|
+#include <bus/usb/usb.h>
|
|
+#else
|
|
#include <dev/usb/usb.h>
|
|
+#endif
|
|
#include "main.h"
|
|
#include "cam_ov511.h"
|
|
#include "ov511reg.h"
|