diff options
Diffstat (limited to 'src/mutex.cpp')
| -rw-r--r-- | src/mutex.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mutex.cpp b/src/mutex.cpp index 3752324c..12251f0f 100644 --- a/src/mutex.cpp +++ b/src/mutex.cpp @@ -38,9 +38,10 @@ #define _GNU_SOURCE #endif +#include "proj.h" #ifndef _WIN32 #include "proj_config.h" -#include "projects.h" +#include "proj_internal.h" #else #ifndef ACCEPT_USE_OF_DEPRECATED_PROJ_API_H #define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H |
