summaryrefslogtreecommitdiff
path: root/lib/Support/Windows/Mutex.inc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Support/Windows/Mutex.inc')
-rw-r--r--lib/Support/Windows/Mutex.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/Windows/Mutex.inc b/lib/Support/Windows/Mutex.inc
index 583dc6359a..ab79d07912 100644
--- a/lib/Support/Windows/Mutex.inc
+++ b/lib/Support/Windows/Mutex.inc
@@ -16,7 +16,7 @@
//=== is guaranteed to work on *all* Win32 variants.
//===----------------------------------------------------------------------===//
-#include "Windows.h"
+#include "WindowsSupport.h"
#include "llvm/Support/Mutex.h"
namespace llvm {