summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2014-10-08 20:59:55 +0000
committerZachary Turner <zturner@google.com>2014-10-08 20:59:55 +0000
commit57cfe3405bf61e3879e2bc1eca0f2c0e6d55812d (patch)
tree392fcad1b54abb7074d3907df2ae551954026d4b
parentb2df30d6521069cb2f655213a1b31040f82ee7c3 (diff)
downloadbcm5719-llvm-57cfe3405bf61e3879e2bc1eca0f2c0e6d55812d.tar.gz
bcm5719-llvm-57cfe3405bf61e3879e2bc1eca0f2c0e6d55812d.zip
Fix compile error on posix.
llvm-svn: 219340
-rw-r--r--lldb/include/lldb/Host/Pipe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/Host/Pipe.h b/lldb/include/lldb/Host/Pipe.h
index b748788c5ee..e92d613f7e6 100644
--- a/lldb/include/lldb/Host/Pipe.h
+++ b/lldb/include/lldb/Host/Pipe.h
@@ -13,7 +13,7 @@
#if defined(_WIN32)
#include "lldb/Host/windows/PipeWindows.h"
#else
-#include "lldb/Host/windows/PipePosix.h"
+#include "lldb/Host/posix/PipePosix.h"
#endif
#endif // liblldb_Host_Pipe_h_
OpenPOWER on IntegriCloud