From eca73fa7350e65e34688ca900f0bcf3660d9b01b Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Tue, 10 Jun 2008 21:47:30 +0000 Subject: [PATCH] gcc 4.3 compatibility (due to Leslie P. Polzer - skypher) --- Changelog | 3 +++ cui.cpp | 1 + inode2prog.cpp | 1 + 3 files changed, 5 insertions(+) diff --git a/Changelog b/Changelog index a4dc213..99a2b09 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,8 @@ Changelog +10/08/08 (Arnout) +- compile with g++ 4.3, thanks to Leslie P. Polzer - skypher + 08/06/08 (Arnout, thanks to MeneerJansen for sparking some activity again :) ) - add 'if (DEBUG)' to debug message - fix compiler warning by marking some constant diff --git a/cui.cpp b/cui.cpp index 2bd21e7..1338008 100644 --- a/cui.cpp +++ b/cui.cpp @@ -2,6 +2,7 @@ #include #include #include +#include #include #include diff --git a/inode2prog.cpp b/inode2prog.cpp index 3f422e1..7760f0a 100644 --- a/inode2prog.cpp +++ b/inode2prog.cpp @@ -3,6 +3,7 @@ #include #include #include +#include #include #include #include