From 5c4c7c1529630b27d3ec3a7f12a77fac5a1d29b1 Mon Sep 17 00:00:00 2001
From: Florian Pose <fp@igh-essen.com>
Date: Tue, 24 Feb 2009 08:54:17 +0000
Subject: [PATCH] Added missing headers for newer GCC versions.

---
 tool/CommandFoeRead.cpp  | 2 ++
 tool/CommandFoeWrite.cpp | 1 +
 2 files changed, 3 insertions(+)

diff --git a/tool/CommandFoeRead.cpp b/tool/CommandFoeRead.cpp
index e1d63e3a..e42f8aa1 100644
--- a/tool/CommandFoeRead.cpp
+++ b/tool/CommandFoeRead.cpp
@@ -4,6 +4,8 @@
  *
  ****************************************************************************/
 
+#include <string.h>
+
 #include <iostream>
 #include <iomanip>
 using namespace std;
diff --git a/tool/CommandFoeWrite.cpp b/tool/CommandFoeWrite.cpp
index 38a40196..01c28e8c 100644
--- a/tool/CommandFoeWrite.cpp
+++ b/tool/CommandFoeWrite.cpp
@@ -5,6 +5,7 @@
  ****************************************************************************/
 
 #include <libgen.h> // basename()
+#include <string.h>
 
 #include <iostream>
 #include <iomanip>
-- 
GitLab