diff options
Diffstat (limited to 'lib/System/Cygwin/Memory.cpp')
-rw-r--r-- | lib/System/Cygwin/Memory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/System/Cygwin/Memory.cpp b/lib/System/Cygwin/Memory.cpp index 87d29dec46..39d87e29b0 100644 --- a/lib/System/Cygwin/Memory.cpp +++ b/lib/System/Cygwin/Memory.cpp @@ -13,7 +13,7 @@ //===----------------------------------------------------------------------===// // Include the generic unix implementation -#include "../Unix/Memory.cpp" +#include "Unix/Memory.cpp" #include "llvm/System/Process.h" #include <sys/types.h> #include <sys/mman.h> |