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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pj_mutex.c b/src/pj_mutex.c
index 2bcf31a7..e06aa945 100644
--- a/src/pj_mutex.c
+++ b/src/pj_mutex.c
@@ -36,9 +36,9 @@
#ifndef _WIN32
#include "proj_config.h"
-#include <projects.h>
+#include "projects.h"
#else
-#include <proj_api.h>
+#include "proj_api.h"
#endif
/* on win32 we always use win32 mutexes, even if pthreads are available */