ref: 115fe773fe0e266a0918fbb950e1acfa5ee2b0bd
parent: 8d574f70278873c74444e65f762902e20811bc27
author: Dale Curtis <dalecurtis@google.com>
date: Tue Jan 7 18:56:27 EST 2020
Fix missing include for limits.h Needed to use UINT_MAX.
--- a/src/thread.h
+++ b/src/thread.h
@@ -30,6 +30,7 @@
#if defined(_WIN32)
+#include <limits.h>
#include <windows.h>
#define PTHREAD_ONCE_INIT INIT_ONCE_STATIC_INIT