diff options
| author | Chris Mayo <aklhfex@gmail.com> | 2019-03-25 18:12:03 +0000 |
|---|---|---|
| committer | Chris Mayo <aklhfex@gmail.com> | 2019-03-25 18:12:03 +0000 |
| commit | 9be0245b0133d9ea8a23b87230d00b75c31b288e (patch) | |
| tree | 8041ffb99ecab45a52e225682fd32ea3b28b80d1 /src | |
| parent | 4c5476f1581d2760030a4b24478fa885a3d4d7b6 (diff) | |
| download | PROJ-9be0245b0133d9ea8a23b87230d00b75c31b288e.tar.gz PROJ-9be0245b0133d9ea8a23b87230d00b75c31b288e.zip | |
pj_strerrno: enable system error messages
HAVE_STRERROR is defined in proj_config.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/strerrno.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 <string.h> #include "proj.h" +#include "proj_config.h" #include "proj_internal.h" static const char * const |
