diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-03-26 18:27:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-26 18:27:30 +0100 |
| commit | 4754220ec8e3febd3d96e8096df8291c7a78fdb1 (patch) | |
| tree | f88f035bf42d64c4007964d3a0282cf55652914c /src | |
| parent | 63ad4942ef496be4c1f5e25ba55aae87cae96200 (diff) | |
| parent | b4bbcc3f264602bb4b58a5c703cc220ed404d127 (diff) | |
| download | PROJ-4754220ec8e3febd3d96e8096df8291c7a78fdb1.tar.gz PROJ-4754220ec8e3febd3d96e8096df8291c7a78fdb1.zip | |
Merge pull request #1356 from cjmayo/pj_strerrno
pj_strerrno: enable system error messages
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 |
