diff options
Diffstat (limited to 'lib/System/Cygwin/Process.cpp')
-rw-r--r-- | lib/System/Cygwin/Process.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/System/Cygwin/Process.cpp b/lib/System/Cygwin/Process.cpp index 46bcbcc4fc..d1d8628915 100644 --- a/lib/System/Cygwin/Process.cpp +++ b/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 |