blob: b6f2da390f21febc2a851e17ea1c321f36956576 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- plugins/input_uvc/uvcvideo.h.orig 2008-06-16 14:23:51.000000000 +0300
+++ plugins/input_uvc/uvcvideo.h 2013-08-24 04:50:23.000000000 +0300
@@ -25,7 +25,7 @@
#ifndef _USB_VIDEO_H_
#define _USB_VIDEO_H_
-#include <linux/kernel.h>
+#include <sys/types.h>
#include <linux/videodev.h>
/* Compatibility */
|