Added missing #include <limits.h> to epg.c and menuitems.h

This commit is contained in:
Klaus Schmidinger
2008-02-16 16:12:21 +01:00
parent 1a0beec1bf
commit 28a82b3186
4 changed files with 6 additions and 2 deletions

View File

@@ -5636,3 +5636,4 @@ Video Disk Recorder Revision History
- Added cStatus::TimerChange() to inform plugins about changes to the list of timers
(based on a patch from Benedikt Elser).
- Added new cStatus functions to the 'status' plugin.
- Added missing #include <limits.h> to epg.c and menuitems.h (thanks to Ville Skytt<74>).