diff options
author | Owen Anderson <resistor@mac.com> | 2009-07-06 18:50:47 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2009-07-06 18:50:47 +0000 |
commit | 1d182d08baa5632f64ad32957e814302a2303178 (patch) | |
tree | 979fee87b555f5bbca6af239debbdf7d97eff891 /llvm/lib/System/Threading.cpp | |
parent | 39f00cc1d459f02d3a1c115b40d7560f93b22908 (diff) | |
download | bcm5719-llvm-1d182d08baa5632f64ad32957e814302a2303178.tar.gz bcm5719-llvm-1d182d08baa5632f64ad32957e814302a2303178.zip |
We need to include config.h to get the proper setting to LLVM_MULTITHREADED.
Patch by Xerxes Ranby.
llvm-svn: 74846
Diffstat (limited to 'llvm/lib/System/Threading.cpp')
-rw-r--r-- | llvm/lib/System/Threading.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/System/Threading.cpp b/llvm/lib/System/Threading.cpp index c6a8214eb59..bc41afee66b 100644 --- a/llvm/lib/System/Threading.cpp +++ b/llvm/lib/System/Threading.cpp @@ -11,6 +11,7 @@ // //===----------------------------------------------------------------------===// +#include "llvm/Config/config.h" #include "llvm/System/Threading.h" #include "llvm/System/Atomic.h" #include "llvm/System/Mutex.h" |