summaryrefslogtreecommitdiff
blob: 344ef0628246f1d3e85a9a63f15b291d8725da3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff -up vdr-1.4.7/epg.c~ vdr-1.4.7/epg.c
--- vdr-1.4.7/epg.c~	2006-10-28 12:12:42.000000000 +0300
+++ vdr-1.4.7/epg.c	2008-02-14 19:12:26.000000000 +0200
@@ -12,6 +12,7 @@
 
 #include "epg.h"
 #include <ctype.h>
+#include <limits.h>
 #include <time.h>
 #include "libsi/si.h"
 #include "timers.h"
diff -up vdr-1.4.7/menuitems.h~ vdr-1.4.7/menuitems.h
--- vdr-1.4.7/menuitems.h~	2008-02-14 19:10:06.000000000 +0200
+++ vdr-1.4.7/menuitems.h	2008-02-14 19:12:39.000000000 +0200
@@ -10,6 +10,7 @@
 #ifndef __MENUITEMS_H
 #define __MENUITEMS_H
 
+#include <limits.h>
 #include "osdbase.h"
 
 extern const char *FileNameChars;