From f51e3847b66dbff326a6f22329e40699e798e1e4 Mon Sep 17 00:00:00 2001 From: darealshinji Date: Fri, 6 Nov 2015 21:53:44 +0100 Subject: [PATCH] Fix cross-building on Linux --- src/threads.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/threads.h b/src/threads.h index 3105b1d1..9374aeb3 100644 --- a/src/threads.h +++ b/src/threads.h @@ -56,7 +56,7 @@ #else //__GNUC__ //TODO: we assume !GCC => Windows... this may be bad -#include +#include #define CLOCK_T struct _FILETIME #define GET_TIME(clock_t) GetSystemTimeAsFileTime(clock_t)