summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit738cc28f4d8c98c71569d3f4641611524433aeea (patch)
tree37cb5ed000f62121187a504d377dc2ed5e744ada /llvm/lib/System/Threading.cpp
parent5a2e52182aa88667916e88ed59279457a14a669a (diff)
downloadbcm5719-llvm-738cc28f4d8c98c71569d3f4641611524433aeea.tar.gz
bcm5719-llvm-738cc28f4d8c98c71569d3f4641611524433aeea.zip
improve portability to windows, patch by Xerces Ranby!
llvm-svn: 74835
Diffstat (limited to 'llvm/lib/System/Threading.cpp')
-rw-r--r--llvm/lib/System/Threading.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/System/Threading.cpp b/llvm/lib/System/Threading.cpp
index a2d7f82715d..c6a8214eb59 100644
--- a/llvm/lib/System/Threading.cpp
+++ b/llvm/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;
OpenPOWER on IntegriCloud