From b77ad659d808e27db04f744e45a4f8f7616a5bd2 Mon Sep 17 00:00:00 2001 From: Raul Marin Date: Tue, 20 Feb 2018 14:24:06 +0100 Subject: [PATCH] PROJ_LIB: Fix detection code .sconf_temp/conftest_24.cpp:30:42: error: use of undeclared identifier 'strlen' --- SConstruct | 1 + 1 file changed, 1 insertion(+) diff --git a/SConstruct b/SConstruct index 372f7ac79..329cf516c 100644 --- a/SConstruct +++ b/SConstruct @@ -867,6 +867,7 @@ def CheckProjData(context, silent=False): // This is narly, could eventually be replaced using https://github.com/OSGeo/proj.4/pull/551] #include #include +#include static void my_proj4_logger(void * user_data, int /*level*/, const char * msg) {