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