aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Cygwin/Program.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/System/Cygwin/Program.cpp')
-rw-r--r--lib/System/Cygwin/Program.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/System/Cygwin/Program.cpp b/lib/System/Cygwin/Program.cpp
index 2de0c3b2ea..a521e20664 100644
--- a/lib/System/Cygwin/Program.cpp
+++ b/lib/System/Cygwin/Program.cpp
@@ -12,7 +12,7 @@
//===----------------------------------------------------------------------===//
// Include the generic Unix implementation
-#include "../Unix/Program.cpp"
+#include "Unix/Program.cpp"
//===----------------------------------------------------------------------===//
//=== WARNING: Implementation here must contain only Cygwin specific code