]> git.pld-linux.org Git - packages/zvbi.git/blame - zvbi-includes.patch
- release 5 (by relup.sh)
[packages/zvbi.git] / zvbi-includes.patch
CommitLineData
36dc68d4
JB
1--- zvbi-0.2.33/src/io-dvb.c.orig 2008-02-24 15:18:21.000000000 +0100
2+++ zvbi-0.2.33/src/io-dvb.c 2011-11-06 20:54:41.805070761 +0100
3@@ -29,6 +29,7 @@
4 #include <errno.h>
5 #include <sys/select.h>
6 #include <sys/ioctl.h>
7+#include <sys/stat.h>
8
9 #ifndef HAVE_S64_U64
10 /* Linux 2.6.x asm/types.h defines __s64 and __u64 only
11--- zvbi-0.2.33/src/io-v4l.c.orig 2008-02-24 15:17:28.000000000 +0100
12+++ zvbi-0.2.33/src/io-v4l.c 2011-11-06 20:54:23.938403497 +0100
13@@ -43,6 +43,7 @@
14 #include <sys/time.h> /* timeval */
15 #include <sys/types.h> /* fd_set, uid_t */
16 #include <sys/ioctl.h> /* for (_)videodev.h */
17+#include <sys/stat.h>
18 #include <pthread.h>
19
20 #include "videodev.h"
21--- zvbi-0.2.33/contrib/ntsc-cc.c.orig 2007-11-27 18:39:34.000000000 +0100
22+++ zvbi-0.2.33/contrib/ntsc-cc.c 2011-11-06 20:58:27.808411663 +0100
23@@ -35,6 +35,7 @@
24 #include <sys/ioctl.h>
25 #include <sys/types.h>
26 #include <sys/time.h>
27+#include <sys/stat.h>
28 #ifdef HAVE_GETOPT_LONG
29 # include <getopt.h>
30 #endif
This page took 0.131315 seconds and 4 git commands to generate.