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