tags 454836 +patch
thanks

Hi,

I'm attaching a patch to fix this problem. Please take into account that
the gcc 4.3 issues are marked as release goals bugs, so if you don't upload a
fix soon it would probably be NMUed.

-- 
"recursividad 95, 154, 156, 201, 224, 293" 
        -- El Lenguaje de Programacion C, pag. 293 (Kernighan & Ritchie)
Saludos /\/\ /\ >< `/
only in patch2:
unchanged:
--- vdr-plugin-live-0.1.0+cvs20071228.1851.orig/filecache.h
+++ vdr-plugin-live-0.1.0+cvs20071228.1851/filecache.h
@@ -7,6 +7,7 @@
 #include <vdr/thread.h>
 #include <vdr/tools.h>
 #include "cache.h"
+#include <limits>
 
 namespace vdrlive {
 
only in patch2:
unchanged:
--- vdr-plugin-live-0.1.0+cvs20071228.1851.orig/epg_events.cpp
+++ vdr-plugin-live-0.1.0+cvs20071228.1851/epg_events.cpp
@@ -6,6 +6,7 @@
 
 #include "epg_events.h"
 #include "setup.h"
+#include <algorithm>
 
 using namespace std;
 
only in patch2:
unchanged:
--- vdr-plugin-live-0.1.0+cvs20071228.1851.orig/recman.cpp
+++ vdr-plugin-live-0.1.0+cvs20071228.1851/recman.cpp
@@ -11,6 +11,8 @@
 #include "epg_events.h"
 #include "recman.h"
 
+#include <algorithm>
+
 
 using namespace std::tr1;
 using namespace std;
only in patch2:
unchanged:
--- vdr-plugin-live-0.1.0+cvs20071228.1851.orig/setup.h
+++ vdr-plugin-live-0.1.0+cvs20071228.1851/setup.h
@@ -6,6 +6,7 @@
 #include <string>
 #include "live.h"
 #include <vdr/menuitems.h>
+#include <limits>
 
 #define LIVEVERSION "0.1.0"
 #define LIVEVERSNUM 100

Reply via email to