From a0683b811c6641528161050ea91f0425f038fa90 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Sun, 9 Feb 2014 13:12:28 -0500 Subject: Define strlcpy on platforms that do not have it --- src/script/common/c_content.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/script/common') diff --git a/src/script/common/c_content.cpp b/src/script/common/c_content.cpp index 4e26dc245..8e4da1b05 100644 --- a/src/script/common/c_content.cpp +++ b/src/script/common/c_content.cpp @@ -30,6 +30,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "log.h" #include "tool.h" #include "serverobject.h" +#include "porting.h" #include "mapgen.h" #include "json/json.h" -- cgit v1.2.3