aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-07-08 00:29:32 +0000
committerChris Lattner <sabre@nondot.org>2009-07-08 00:29:32 +0000
commitc075c2cee3c1bd522df13d7308982098efb00388 (patch)
tree437cedba84337ac77017056dab52c741f8feffea
parentec6e592736ba478f7ec001eae1d68a436fec6dd0 (diff)
downloadexternal_llvm-c075c2cee3c1bd522df13d7308982098efb00388.zip
external_llvm-c075c2cee3c1bd522df13d7308982098efb00388.tar.gz
external_llvm-c075c2cee3c1bd522df13d7308982098efb00388.tar.bz2
hopefully fix the build on windows.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74977 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/System/Win32/DynamicLibrary.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/System/Win32/DynamicLibrary.inc b/lib/System/Win32/DynamicLibrary.inc
index aa04268..ceecb5c 100644
--- a/lib/System/Win32/DynamicLibrary.inc
+++ b/lib/System/Win32/DynamicLibrary.inc
@@ -12,6 +12,7 @@
//===----------------------------------------------------------------------===//
#include "Win32.h"
+#include "llvm/System/RWMutex.h"
#ifdef __MINGW32__
#include <imagehlp.h>