]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/threads.h
Mapgen V6: Respect water_level setting
[dragonfireclient.git] / src / threads.h
index 18789cf0caca5b73d93549a97c50a974547d148a..503fa6abf32f3fa6d9d2f1f1d9e2117f50ca3e88 100644 (file)
@@ -20,7 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #ifndef THREADS_HEADER
 #define THREADS_HEADER
 
-#include <jmutex.h>
+#include "jthread/jmutex.h"
 
 #if (defined(WIN32) || defined(_WIN32_WCE))
 typedef DWORD threadid_t;