diff options
Diffstat (limited to 'llvm/lib/System/Cygwin/Process.cpp')
-rw-r--r-- | llvm/lib/System/Cygwin/Process.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/System/Cygwin/Process.cpp b/llvm/lib/System/Cygwin/Process.cpp index 46bcbcc4fc8..d1d86289153 100644 --- a/llvm/lib/System/Cygwin/Process.cpp +++ b/llvm/lib/System/Cygwin/Process.cpp @@ -12,7 +12,7 @@ //===----------------------------------------------------------------------===// // Include the generic Unix implementation -#include "../Unix/Process.cpp" +#include "Unix/Process.cpp" //===----------------------------------------------------------------------===// //=== WARNING: Implementation here must contain only Cygwin specific code |