summaryrefslogtreecommitdiff
path: root/lib/Support/Windows/system_error.inc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Support/Windows/system_error.inc')
-rw-r--r--lib/Support/Windows/system_error.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Support/Windows/system_error.inc b/lib/Support/Windows/system_error.inc
index 64753d0eea..37ec81dd36 100644
--- a/lib/Support/Windows/system_error.inc
+++ b/lib/Support/Windows/system_error.inc
@@ -17,8 +17,8 @@
//=== is guaranteed to work on *all* Windows variants.
//===----------------------------------------------------------------------===//
-#include <Windows.h>
-#include <WinError.h>
+#include <windows.h>
+#include <winerror.h>
using namespace llvm;