diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-09-19 10:18:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-19 10:18:15 +0200 |
| commit | 722b2a4ea7ea329fabea4dd92ca1b2c60799f0d7 (patch) | |
| tree | a81f6fccec261d1b25c69e844ca067ed7870b70f /src/multistresstest.c | |
| parent | 793f403aaddbfff64cabbb609a092c347dd659e9 (diff) | |
| parent | 66f228cfbcf6e47effc5771a29bfaa93b0bf5eb5 (diff) | |
| download | PROJ-722b2a4ea7ea329fabea4dd92ca1b2c60799f0d7.tar.gz PROJ-722b2a4ea7ea329fabea4dd92ca1b2c60799f0d7.zip | |
Merge pull request #1124 from kbevers/version-6-prep
Version 6 preparation
Diffstat (limited to 'src/multistresstest.c')
| -rw-r--r-- | src/multistresstest.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/multistresstest.c b/src/multistresstest.c index adedb8bd..b0bd5c9c 100644 --- a/src/multistresstest.c +++ b/src/multistresstest.c @@ -29,6 +29,11 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> + +#ifndef ACCEPT_USE_OF_DEPRECATED_PROJ_API_H +#define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H +#endif + #include "proj_api.h" #ifdef _WIN32 |
