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 | b4bbcc3f264602bb4b58a5c703cc220ed404d127 (patch) | |
| tree | 4bc97f528d033327ea78f98b549846c0cba6ebb1 /src/strerrno.cpp | |
| parent | 66774791d16d1b197911e595aaaceb9690c8ca14 (diff) | |
| download | PROJ-b4bbcc3f264602bb4b58a5c703cc220ed404d127.tar.gz PROJ-b4bbcc3f264602bb4b58a5c703cc220ed404d127.zip | |
pj_strerrno: enable system error messages
HAVE_STRERROR is defined in proj_config.h.
Diffstat (limited to 'src/strerrno.cpp')
| -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 |
