From 9be0245b0133d9ea8a23b87230d00b75c31b288e Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Mon, 25 Mar 2019 18:12:03 +0000 Subject: pj_strerrno: enable system error messages HAVE_STRERROR is defined in proj_config.h. --- src/strerrno.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/strerrno.cpp b/src/strerrno.cpp index 20255747..af130fc4 100644 --- a/src/strerrno.cpp +++ b/src/strerrno.cpp @@ -5,6 +5,7 @@ #include #include "proj.h" +#include "proj_config.h" #include "proj_internal.h" static const char * const -- cgit v1.2.3