From 83754e1f77bc407f6fa5fd34e07d3625e619ce41 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 26 Nov 2020 21:12:00 +0100 Subject: Fix mingw_w64 warning about pj_acquire_lock() prototype being missing --- src/mutex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mutex.cpp') diff --git a/src/mutex.cpp b/src/mutex.cpp index 9fc78acf..b1a23ccd 100644 --- a/src/mutex.cpp +++ b/src/mutex.cpp @@ -33,8 +33,8 @@ #include "proj.h" #ifndef _WIN32 #include "proj_config.h" -#include "proj_internal.h" #endif +#include "proj_internal.h" /* on win32 we always use win32 mutexes, even if pthreads are available */ #if defined(_WIN32) && !defined(MUTEX_stub) -- cgit v1.2.3