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