From 04e9a9d5410a151d232a577b46791d2edffba527 Mon Sep 17 00:00:00 2001 From: sapier Date: Sun, 1 Dec 2013 01:52:06 +0100 Subject: Cleanup jthread and fix win32 build --- src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 2833bdcf7..d5a121e79 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -86,7 +86,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #endif #if USE_CURL -#include "curl.h" +#include "curl/curl.h" #endif /* @@ -708,7 +708,6 @@ void SpeedTests() TimeTaker timer("Testing mutex speed"); JMutex m; - m.Init(); u32 n = 0; u32 i = 0; do{ -- cgit v1.2.3