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