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/threads.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/threads.h') 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 +#include "jthread/jmutex.h" #if (defined(WIN32) || defined(_WIN32_WCE)) typedef DWORD threadid_t; -- cgit v1.2.3