Fix compile error on posix.

llvm-svn: 219340
This commit is contained in:
Zachary Turner 2014-10-08 20:59:55 +00:00
parent b2df30d652
commit 57cfe3405b
1 changed files with 1 additions and 1 deletions

View File

@ -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_