summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY5
-rw-r--r--src/Rfc822DateTime.cc1
2 files changed, 5 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index c461e36..9a1da92 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,9 @@
VDR Plug-in 'vodcatcher' Revision History
-----------------------------------------
+2009-10-03: Version 0.2.2
+ - Fixed gcc-4.4 issue
+
2008-08-10: Version 0.2.1
- Update of the Italian translation by Diego Pierotto <vdr-italian@tiscali.it>
- Updated README
@@ -22,4 +25,4 @@ VDR Plug-in 'vodcatcher' Revision History
if Curl will output some verbose messages to stderr/stdout.
2007-11-25: Version 0.1.0
- * Initial Release
+ - Initial Release
diff --git a/src/Rfc822DateTime.cc b/src/Rfc822DateTime.cc
index 8b7e2a0..04592db 100644
--- a/src/Rfc822DateTime.cc
+++ b/src/Rfc822DateTime.cc
@@ -22,6 +22,7 @@
#include "Rfc822DateTime.h"
#include <stdlib.h>
+#include <stdio.h>
using namespace std;