diff options
| author | Ture Pålsson <ture@lysator.liu.se> | 2015-09-09 21:10:16 +0200 |
|---|---|---|
| committer | Ture Pålsson <ture@lysator.liu.se> | 2015-09-09 21:10:16 +0200 |
| commit | 15dcb68727185958ddedf3ef598dbe456efc9f06 (patch) | |
| tree | afc48fe3617aea3759a5e4f12702d7e7240cf6ff | |
| parent | e2f5f28714de471d98cabe50096a5fdf3aeef0a3 (diff) | |
| download | PROJ-15dcb68727185958ddedf3ef598dbe456efc9f06.tar.gz PROJ-15dcb68727185958ddedf3ef598dbe456efc9f06.zip | |
Move #include "proj_config.h" inside #ifndef _WIN32
| -rw-r--r-- | src/pj_mutex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pj_mutex.c b/src/pj_mutex.c index 037c4bbb..dc484c69 100644 --- a/src/pj_mutex.c +++ b/src/pj_mutex.c @@ -33,9 +33,9 @@ #define _XOPEN_SOURCE 500 #endif -#include "proj_config.h" #ifndef _WIN32 +#include "proj_config.h" #include <projects.h> #else #include <proj_api.h> |
