summaryrefslogtreecommitdiff
path: root/src/threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/threads.h')
-rw-r--r--src/threads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/threads.h b/src/threads.h
index 18789cf0c..503fa6abf 100644
--- a/src/threads.h
+++ b/src/threads.h
@@ -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;