aboutsummaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorkwolekr <kwolekr@minetest.net>2013-09-15 23:00:01 -0400
committerkwolekr <kwolekr@minetest.net>2013-09-15 23:00:01 -0400
commitd308352dbd4121d12d4f44d591463468c09d37f9 (patch)
treee0f0e00e10dfb44ef17ce1b4b2c2188d02a68cfb /src/client.h
parent3c4734d69a44aea133e5bd7df66a5dedb87785fb (diff)
downloadminetest-d308352dbd4121d12d4f44d591463468c09d37f9.tar.xz
Always use builtin JThread library
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.h b/src/client.h
index 9146941e8..9f5eb833b 100644
--- a/src/client.h
+++ b/src/client.h
@@ -23,7 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "connection.h"
#include "environment.h"
#include "irrlichttypes_extrabloated.h"
-#include "jmutex.h"
+#include "jthread/jmutex.h"
#include <ostream>
#include <map>
#include <set>