summaryrefslogtreecommitdiff
path: root/lib/System
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
commit8e5a084d47e872a4b4228272d0246facb839e9fb (patch)
tree437cedba84337ac77017056dab52c741f8feffea /lib/System
parentc9a4153eef056fad1fd81e783d683aa99841003a (diff)
downloadllvm-8e5a084d47e872a4b4228272d0246facb839e9fb.tar.gz
llvm-8e5a084d47e872a4b4228272d0246facb839e9fb.tar.bz2
llvm-8e5a084d47e872a4b4228272d0246facb839e9fb.tar.xz
hopefully fix the build on windows.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74977 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System')
-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 aa04268406..ceecb5c093 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>