summaryrefslogtreecommitdiff
path: root/include/llvm/Support/ThreadSupport.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Support/ThreadSupport.h.in')
-rw-r--r--include/llvm/Support/ThreadSupport.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Support/ThreadSupport.h.in b/include/llvm/Support/ThreadSupport.h.in
index 470010219f..48428b8cde 100644
--- a/include/llvm/Support/ThreadSupport.h.in
+++ b/include/llvm/Support/ThreadSupport.h.in
@@ -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 {