19 lines
385 B
Plaintext
19 lines
385 B
Plaintext
$NetBSD: patch-ak,v 1.2 2009/01/08 01:08:37 jmcneill Exp $
|
|
|
|
|
|
--- cpi/v4l2cpi/uvcvideo.h.orig 2008-06-12 11:25:05.000000000 -0400
|
|
+++ cpi/v4l2cpi/uvcvideo.h
|
|
@@ -1,8 +1,12 @@
|
|
#ifndef _USB_VIDEO_H_
|
|
#define _USB_VIDEO_H_
|
|
|
|
+#ifdef __linux__
|
|
#include <linux/kernel.h>
|
|
#include <linux/videodev.h>
|
|
+#elif defined(__NetBSD__)
|
|
+#include <sys/videoio.h>
|
|
+#endif
|
|
|
|
#include "uvc_compat.h"
|
|
|