aboutsummaryrefslogtreecommitdiff
blob: 703a1b096a8175265172c21991a37ee4e6d7a6d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ur v4l2ucp-9999.orig//src/v4l2ctrl.c v4l2ucp-9999//src/v4l2ctrl.c
--- v4l2ucp-9999.orig//src/v4l2ctrl.c	2011-07-31 20:02:22.103512256 -0700
+++ v4l2ucp-9999//src/v4l2ctrl.c	2011-07-31 20:02:56.883478980 -0700
@@ -26,7 +26,7 @@
 #include <sys/stat.h>
 #include <sys/types.h>
 #include <linux/types.h>
-#include <linux/videodev.h>
+#include <linux/videodev2.h>
 #include <libv4l2.h>
 
 #define FORMATW "%u:%31s:%d\n"