Added missing headers for newer GCC versions.
--- a/tool/CommandFoeRead.cpp Tue Feb 24 08:53:13 2009 +0000
+++ b/tool/CommandFoeRead.cpp Tue Feb 24 08:54:17 2009 +0000
@@ -4,6 +4,8 @@
*
****************************************************************************/
+#include <string.h>
+
#include <iostream>
#include <iomanip>
using namespace std;
--- a/tool/CommandFoeWrite.cpp Tue Feb 24 08:53:13 2009 +0000
+++ b/tool/CommandFoeWrite.cpp Tue Feb 24 08:54:17 2009 +0000
@@ -5,6 +5,7 @@
****************************************************************************/
#include <libgen.h> // basename()
+#include <string.h>
#include <iostream>
#include <iomanip>