diff options
Diffstat (limited to 'src/jthread/pthread')
-rw-r--r-- | src/jthread/pthread/jmutex.cpp | 2 | ||||
-rw-r--r-- | src/jthread/pthread/jthread.cpp | 2 |
2 files changed, 2 insertions, 2 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() { diff --git a/src/jthread/pthread/jthread.cpp b/src/jthread/pthread/jthread.cpp index 4a5c736eb..0ef250825 100644 --- a/src/jthread/pthread/jthread.cpp +++ b/src/jthread/pthread/jthread.cpp @@ -25,7 +25,7 @@ */ -#include "jthread.h" +#include "jthread/jthread.h" #include <sys/time.h> #include <time.h> #include <stdlib.h> |