From cfdaa1185f17a10aeb8bc044fedd1dbc66dca229 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Wed, 14 Mar 2018 12:56:26 -0500 Subject: [PATCH] prefer including windows.h over the internal header --- include/compat/pthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/compat/pthread.h b/include/compat/pthread.h index 53d2bbc..8edb806 100644 --- a/include/compat/pthread.h +++ b/include/compat/pthread.h @@ -5,7 +5,7 @@ #ifdef _WIN32 -#include +#include /* * Static once initialization values.