The patch number 1193 was added via Oliver Endriss <[EMAIL PROTECTED]> to http://linuxtv.org/hg/dvb-apps master development tree.
If anyone has any objections, please let us know by sending a message to: [EMAIL PROTECTED] ------ Fix compilation under LFS 6.3 '#include <linux/types.h>' added to some files --- lib/libdvbapi/dvbvideo.c | 1 + lib/libdvbsec/dvbsec_api.c | 1 + lib/libdvbsec/dvbsec_cfg.c | 1 + test/test_av.c | 1 + test/test_stillimage.c | 1 + test/test_vevent.c | 1 + util/scan/lnb.c | 1 + 7 files changed, 7 insertions(+) diff -r d3b28f1db189 -r adcd6bcc4abd lib/libdvbapi/dvbvideo.c --- a/lib/libdvbapi/dvbvideo.c Fri May 02 14:26:44 2008 +0200 +++ b/lib/libdvbapi/dvbvideo.c Sat May 03 13:51:23 2008 +0200 @@ -25,6 +25,7 @@ #include <fcntl.h> #include <unistd.h> #include <sys/ioctl.h> +#include <linux/types.h> #include <linux/dvb/video.h> #include <errno.h> #include "dvbvideo.h" diff -r d3b28f1db189 -r adcd6bcc4abd lib/libdvbsec/dvbsec_api.c --- a/lib/libdvbsec/dvbsec_api.c Fri May 02 14:26:44 2008 +0200 +++ b/lib/libdvbsec/dvbsec_api.c Sat May 03 13:51:23 2008 +0200 @@ -23,6 +23,7 @@ #include <string.h> #include <stdio.h> #include <ctype.h> +#include <linux/types.h> #include <libdvbapi/dvbfe.h> #include "dvbsec_api.h" diff -r d3b28f1db189 -r adcd6bcc4abd lib/libdvbsec/dvbsec_cfg.c --- a/lib/libdvbsec/dvbsec_cfg.c Fri May 02 14:26:44 2008 +0200 +++ b/lib/libdvbsec/dvbsec_cfg.c Sat May 03 13:51:23 2008 +0200 @@ -25,6 +25,7 @@ #include <string.h> #include <ctype.h> #include <errno.h> +#include <linux/types.h> #include "dvbsec_cfg.h" int dvbcfg_issection(char* line, char* sectionname) diff -r d3b28f1db189 -r adcd6bcc4abd test/test_av.c --- a/test/test_av.c Fri May 02 14:26:44 2008 +0200 +++ b/test/test_av.c Sat May 03 13:51:23 2008 +0200 @@ -30,6 +30,7 @@ #include <time.h> #include <unistd.h> +#include <linux/types.h> #include <linux/dvb/audio.h> #include <linux/dvb/video.h> diff -r d3b28f1db189 -r adcd6bcc4abd test/test_stillimage.c --- a/test/test_stillimage.c Fri May 02 14:26:44 2008 +0200 +++ b/test/test_stillimage.c Sat May 03 13:51:23 2008 +0200 @@ -21,6 +21,7 @@ #include <time.h> #include <unistd.h> +#include <linux/types.h> #include <linux/dvb/video.h> diff -r d3b28f1db189 -r adcd6bcc4abd test/test_vevent.c --- a/test/test_vevent.c Fri May 02 14:26:44 2008 +0200 +++ b/test/test_vevent.c Sat May 03 13:51:23 2008 +0200 @@ -29,6 +29,7 @@ #include <time.h> #include <unistd.h> +#include <linux/types.h> #include <linux/dvb/video.h> diff -r d3b28f1db189 -r adcd6bcc4abd util/scan/lnb.c --- a/util/scan/lnb.c Fri May 02 14:26:44 2008 +0200 +++ b/util/scan/lnb.c Sat May 03 13:51:23 2008 +0200 @@ -1,6 +1,7 @@ #include <stdlib.h> #include <string.h> #include <ctype.h> +#include <linux/types.h> #include "lnb.h" static char *univ_desc[] = { --- Patch is available at: http://linuxtv.org/hg/dvb-apps/rev/adcd6bcc4abd6b4c120e5de3117bf1e22ee7baff _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits