aboutsummaryrefslogtreecommitdiff
path: root/src/pj_mutex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pj_mutex.c')
-rw-r--r--src/pj_mutex.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pj_mutex.c b/src/pj_mutex.c
index ba1b2def..dc4a441b 100644
--- a/src/pj_mutex.c
+++ b/src/pj_mutex.c
@@ -40,6 +40,9 @@
#include "proj_config.h"
#include "projects.h"
#else
+#ifndef ACCEPT_USE_OF_DEPRECATED_PROJ_API_H
+#define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H
+#endif
#include "proj_api.h"
#endif