aboutsummaryrefslogtreecommitdiff
path: root/include/__threading_support
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-05-29 16:26:10 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-05-29 16:26:10 +0000
commitb276b1db48faa7328575ab722fe3bc340623f025 (patch)
tree9e4ba424f754c3f05e409ae647fa358031d97617 /include/__threading_support
parentd1bd27794dfbc317e27d1ec63b338115cbf194ba (diff)
Notes
Diffstat (limited to 'include/__threading_support')
-rw-r--r--include/__threading_support2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/__threading_support b/include/__threading_support
index 385fff32b350..afd7cb506492 100644
--- a/include/__threading_support
+++ b/include/__threading_support
@@ -27,7 +27,7 @@
# include <pthread.h>
# include <sched.h>
#elif defined(_LIBCPP_HAS_THREAD_API_WIN32)
-#include <Windows.h>
+#include <windows.h>
#include <process.h>
#include <fibersapi.h>
#include <__undef_min_max>