From: Chris Lattner Date: Wed, 8 Jul 2009 00:29:32 +0000 (+0000) Subject: hopefully fix the build on windows. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=8e5a084d47e872a4b4228272d0246facb839e9fb;p=oota-llvm.git hopefully fix the build on windows. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74977 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/System/Win32/DynamicLibrary.inc b/lib/System/Win32/DynamicLibrary.inc index aa04268406d..ceecb5c0930 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