summaryrefslogtreecommitdiff
path: root/package/v4l-utils/patches/patch-utils_rds_rds-saa6588_c
diff options
context:
space:
mode:
Diffstat (limited to 'package/v4l-utils/patches/patch-utils_rds_rds-saa6588_c')
-rw-r--r--package/v4l-utils/patches/patch-utils_rds_rds-saa6588_c15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/v4l-utils/patches/patch-utils_rds_rds-saa6588_c b/package/v4l-utils/patches/patch-utils_rds_rds-saa6588_c
new file mode 100644
index 000000000..ddd779080
--- /dev/null
+++ b/package/v4l-utils/patches/patch-utils_rds_rds-saa6588_c
@@ -0,0 +1,15 @@
+--- v4l-utils-0.9.3.orig/utils/rds/rds-saa6588.c 2012-05-10 20:10:34.000000000 +0200
++++ v4l-utils-0.9.3/utils/rds/rds-saa6588.c 2013-07-12 17:53:04.000000000 +0200
+@@ -12,8 +12,12 @@
+ #include <errno.h>
+ #include <sys/ioctl.h>
+ #include <linux/types.h>
++#ifdef LINUX_I2C_DEV_H
++#include <linux/i2c-dev.h>
++#else
+ #include <linux/i2c.h>
+ #include <linux/i2c-dev.h>
++#endif
+
+ int debug;
+