diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/videodev2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index 795831d9f4d4..bc957d83a127 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h | |||
@@ -14,7 +14,9 @@ | |||
14 | */ | 14 | */ |
15 | #ifndef __LINUX_VIDEODEV2_H | 15 | #ifndef __LINUX_VIDEODEV2_H |
16 | #define __LINUX_VIDEODEV2_H | 16 | #define __LINUX_VIDEODEV2_H |
17 | #ifdef __KERNEL__ | ||
17 | #include <linux/time.h> /* need struct timeval */ | 18 | #include <linux/time.h> /* need struct timeval */ |
19 | #endif | ||
18 | #include <linux/types.h> | 20 | #include <linux/types.h> |
19 | #include <linux/compiler.h> /* need __user */ | 21 | #include <linux/compiler.h> /* need __user */ |
20 | 22 | ||