summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-02-16 16:12:21 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2008-02-16 16:12:21 +0100
commit28a82b318686d157135e2a6133b12490a72d3c2e (patch)
tree2a30c0beace6ff6df02db8f77111ea5a2ef5df0b /HISTORY
parent1a0beec1bf07e6a12c4030977ed915b55126803b (diff)
downloadvdr-28a82b318686d157135e2a6133b12490a72d3c2e.tar.gz
vdr-28a82b318686d157135e2a6133b12490a72d3c2e.tar.bz2
Added missing #include <limits.h> to epg.c and menuitems.h
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index bfe83e74..991f76a0 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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ä).