From dcff0e756ca34d301e760ae751eaf285c81a5a51 Mon Sep 17 00:00:00 2001 From: Johannes Stezenbach Date: Mon, 9 Aug 2004 02:46:38 -0700 Subject: [PATCH] dvb: missing includes Although the current DVB stuff compiles fine, for correctness the following patch adds the necessary include for __user annotations. Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- include/linux/dvb/osd.h | 2 ++ include/linux/dvb/video.h | 2 ++ 2 files changed, 4 insertions(+) (limited to 'include/linux') diff --git a/include/linux/dvb/osd.h b/include/linux/dvb/osd.h index 5ccf27457e1b..cdaff25eccc3 100644 --- a/include/linux/dvb/osd.h +++ b/include/linux/dvb/osd.h @@ -24,6 +24,8 @@ #ifndef _DVBOSD_H_ #define _DVBOSD_H_ +#include + typedef enum { // All functions return -2 on "not open" OSD_Close=1, // () diff --git a/include/linux/dvb/video.h b/include/linux/dvb/video.h index 8fb2eb336336..2ed5d7bc4cbc 100644 --- a/include/linux/dvb/video.h +++ b/include/linux/dvb/video.h @@ -24,6 +24,8 @@ #ifndef _DVBVIDEO_H_ #define _DVBVIDEO_H_ +#include + #ifdef __KERNEL__ #include #else -- cgit v1.2.3