updated on Wed Jan 11 12:00:27 UTC 2012
[aur-mirror.git] / tvtime_patched / tvtime-1.0.2-linuxheaders.patch
blobb1cfd49f1ba988692a8696895e5802a6d870b7d3
1 Index: tvtime-1.0.2/src/videoinput.c
2 ===================================================================
3 --- tvtime-1.0.2.orig/src/videoinput.c
4 +++ tvtime-1.0.2/src/videoinput.c
5 @@ -35,8 +35,8 @@
6 #ifdef HAVE_CONFIG_H
7 # include "config.h"
8 #endif
9 -#include "videodev.h"
10 -#include "videodev2.h"
11 +#include <linux/videodev.h>
12 +#include <linux/videodev2.h>
13 #include "videoinput.h"
14 #include "mixer.h"