improve portability to windows, patch by Xerces Ranby!

llvm-svn: 74835
diff --git a/llvm/lib/System/Threading.cpp b/llvm/lib/System/Threading.cpp
index a2d7f82..c6a8214 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;