mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
PROJ_LIB: Fix detection code
.sconf_temp/conftest_24.cpp:30:42: error: use of undeclared identifier 'strlen'
This commit is contained in:
parent
cdb301b357
commit
b77ad659d8
@ -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 <proj_api.h>
|
||||
#include <iostream>
|
||||
#include <cstring>
|
||||
|
||||
static void my_proj4_logger(void * user_data, int /*level*/, const char * msg)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user