diff options
Diffstat (limited to 'src/jthread/pthread/jmutex.cpp')
-rw-r--r-- | src/jthread/pthread/jmutex.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jthread/pthread/jmutex.cpp b/src/jthread/pthread/jmutex.cpp index 6bc3ae5e2..29e0baac0 100644 --- a/src/jthread/pthread/jmutex.cpp +++ b/src/jthread/pthread/jmutex.cpp @@ -25,7 +25,7 @@ */ -#include "jmutex.h" +#include "jthread/jmutex.h" JMutex::JMutex() { |