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 /test/unit/proj_errno_string_test.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 'test/unit/proj_errno_string_test.cpp')
| -rw-r--r-- | test/unit/proj_errno_string_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/proj_errno_string_test.cpp b/test/unit/proj_errno_string_test.cpp index dcdff5c4..a592b31f 100644 --- a/test/unit/proj_errno_string_test.cpp +++ b/test/unit/proj_errno_string_test.cpp @@ -29,6 +29,7 @@ #include <cstring> #include "proj.h" +#include "proj_config.h" #include "gtest_include.h" |
