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/ban.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ban.h') diff --git a/src/ban.h b/src/ban.h index 529635c26..02a472f51 100644 --- a/src/ban.h +++ b/src/ban.h @@ -22,8 +22,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #include #include -#include -#include +#include "jthread/jthread.h" +#include "jthread/jmutex.h" #include "exceptions.h" class BanManager -- cgit v1.2.3