From d308352dbd4121d12d4f44d591463468c09d37f9 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Sun, 15 Sep 2013 23:00:01 -0400 Subject: Always use builtin JThread library --- src/jthread/pthread/jmutex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jthread/pthread/jmutex.cpp') 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() { -- cgit v1.2.3