From: Chris Lattner Date: Mon, 6 Jul 2009 17:24:48 +0000 (+0000) Subject: improve portability to windows, patch by Xerces Ranby! X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c880815c40dc5d5e0e6a9dbfe961ca645e7222bd;p=oota-llvm.git improve portability to windows, patch by Xerces Ranby! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74835 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/System/Threading.cpp b/lib/System/Threading.cpp index a2d7f82715d..c6a8214eb59 100644 --- a/lib/System/Threading.cpp +++ b/lib/System/Threading.cpp @@ -14,8 +14,8 @@ #include "llvm/System/Threading.h" #include "llvm/System/Atomic.h" #include "llvm/System/Mutex.h" +#include "llvm/Config/config.h" #include - using namespace llvm; static bool multithreaded_mode = false;