Added missing headers for newer GCC versions.
authorFlorian Pose <fp@igh-essen.com>
Tue, 24 Feb 2009 08:54:17 +0000
changeset 1357 b065f49113f4
parent 1356 ce338c278809
child 1358 21df4c6b2dd8
Added missing headers for newer GCC versions.
tool/CommandFoeRead.cpp
tool/CommandFoeWrite.cpp
--- 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>