From 76baf75a47c454ba8b157626b951f44ccf4a0997 Mon Sep 17 00:00:00 2001
From: ThorstenB <brehmt@gmail.com>
Date: Sat, 19 Nov 2011 22:48:26 +0100
Subject: [PATCH] Fix include dependencies for non-Mac platforms. ;-)

---
 src/GUI/new_gui.hxx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/GUI/new_gui.hxx b/src/GUI/new_gui.hxx
index 422503a1a..3f69cab95 100644
--- a/src/GUI/new_gui.hxx
+++ b/src/GUI/new_gui.hxx
@@ -7,6 +7,7 @@
 #include <simgear/structure/subsystem_mgr.hxx>
 #include <simgear/misc/sg_path.hxx>
 
+#include <string.h>
 #include <functional>
 #include <vector>
 #include <map>