summaryrefslogtreecommitdiff
path: root/lib/System/Threading.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-07-06 17:24:48 +0000
committerChris Lattner <sabre@nondot.org>2009-07-06 17:24:48 +0000
commitc880815c40dc5d5e0e6a9dbfe961ca645e7222bd (patch)
tree2e8322c801ff480560f30d5f29bf881ee3d78ab6 /lib/System/Threading.cpp
parent4733e747d1b2c946ad186ab9a480d5527861fb04 (diff)
downloadllvm-c880815c40dc5d5e0e6a9dbfe961ca645e7222bd.tar.gz
llvm-c880815c40dc5d5e0e6a9dbfe961ca645e7222bd.tar.bz2
llvm-c880815c40dc5d5e0e6a9dbfe961ca645e7222bd.tar.xz
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
Diffstat (limited to 'lib/System/Threading.cpp')
-rw-r--r--lib/System/Threading.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/System/Threading.cpp b/lib/System/Threading.cpp
index a2d7f82715..c6a8214eb5 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 <cassert>
-
using namespace llvm;
static bool multithreaded_mode = false;