X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fplatform.h;h=334a0eecd0a1a914c22460eb5086af000e9b1753;hp=36494c135022bcc0d6bd0a747dce5b35aef01710;hb=3b92159908e7026683d5a6090b7a2d7fb41e97a5;hpb=9a1d5f0f1d8a12a85b198688d4f1d636a146eb7a diff --git a/src/platform.h b/src/platform.h index 36494c13..334a0eec 100644 --- a/src/platform.h +++ b/src/platform.h @@ -40,9 +40,10 @@ typedef unsigned __int64 uint64_t; #else # include +# include // Used by sysconf(_SC_NPROCESSORS_ONLN) #endif -#if !defined(_WIN32) && !defined(_WIN64) // Linux - Unix +#if !defined(_WIN32) // Linux - Unix # include typedef timeval sys_time_t;