diff options
Diffstat (limited to 'lib/System/Cygwin/Path.cpp')
-rw-r--r-- | lib/System/Cygwin/Path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/System/Cygwin/Path.cpp b/lib/System/Cygwin/Path.cpp index 43dae2f982..b159b547ea 100644 --- a/lib/System/Cygwin/Path.cpp +++ b/lib/System/Cygwin/Path.cpp @@ -17,7 +17,7 @@ //===----------------------------------------------------------------------===// // Include the generic Unix implementation -#include "../Unix/Path.cpp" +#include "Unix/Path.cpp" namespace llvm { using namespace sys; |