Changes For Bug 352
[oota-llvm.git] / include / llvm / Support / MutexGuard.h
index 470010219fc8e4c88796645a91b9b7c69c3d67a7..48428b8cdef898f5b5ab402d06babbcefc0657e5 100644 (file)
@@ -18,9 +18,9 @@
 #define SUPPORT_THREADSUPPORT_H
 
 #if @HAVE_PTHREAD_MUTEX_LOCK@
-#include "Support/ThreadSupport-PThreads.h"
+#include "llvm/Support/ThreadSupport-PThreads.h"
 #else
-#include "Support/ThreadSupport-NoSupport.h"
+#include "llvm/Support/ThreadSupport-NoSupport.h"
 #endif // If no system support is available
 
 namespace llvm {