From ee06ec0c4058f2fa24417670df9d1a544bf8e34d Mon Sep 17 00:00:00 2001 From: Csaba Halasz Date: Sun, 30 Oct 2011 02:14:27 +0200 Subject: [PATCH] terrasync build fix: added #include for strlen --- simgear/scene/tsync/terrasync.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/simgear/scene/tsync/terrasync.cxx b/simgear/scene/tsync/terrasync.cxx index d48b39e9..800f278a 100644 --- a/simgear/scene/tsync/terrasync.cxx +++ b/simgear/scene/tsync/terrasync.cxx @@ -45,6 +45,7 @@ #include // atoi() atof() abs() system() #include // signal() +#include #include #include -- 2.39.5