aboutsummaryrefslogtreecommitdiffstats
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
commit76f1abd97844fca78e07101eefcc11f095ebe2f2 (patch)
tree2e8322c801ff480560f30d5f29bf881ee3d78ab6
parentb8f945d37096dd4c7ecd0628ba4b20ef29bdafae (diff)
downloadexternal_llvm-76f1abd97844fca78e07101eefcc11f095ebe2f2.zip
external_llvm-76f1abd97844fca78e07101eefcc11f095ebe2f2.tar.gz
external_llvm-76f1abd97844fca78e07101eefcc11f095ebe2f2.tar.bz2
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
-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 a2d7f82..c6a8214 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;