mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Added missing #include <limits.h> to epg.c and menuitems.h
This commit is contained in:
3
epg.c
3
epg.c
@@ -7,11 +7,12 @@
|
||||
* Original version (as used in VDR before 1.3.0) written by
|
||||
* Robert Schneider <Robert.Schneider@web.de> and Rolf Hakenes <hakenes@hippomi.de>.
|
||||
*
|
||||
* $Id: epg.c 1.82 2007/06/10 12:52:19 kls Exp $
|
||||
* $Id: epg.c 1.83 2008/02/16 16:09:12 kls Exp $
|
||||
*/
|
||||
|
||||
#include "epg.h"
|
||||
#include <ctype.h>
|
||||
#include <limits.h>
|
||||
#include <time.h>
|
||||
#include "libsi/si.h"
|
||||
#include "timers.h"
|
||||
|
||||
Reference in New Issue
Block a user