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/debug.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/debug.cpp') diff --git a/src/debug.cpp b/src/debug.cpp index 6bdd1bce5..b5bf3f705 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -25,8 +25,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #include #include #include -#include -#include +#include "jthread/jmutex.h" +#include "jthread/jmutexautolock.h" /* Debug output -- cgit v1.2.3