diff options
-rw-r--r-- | lldb/include/lldb/Host/Pipe.h | 2 |
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_ |