diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-20 22:21:41 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-20 22:21:41 +0000 |
commit | a025270b50a0c1758617cb9aa7b94b06cf876b1f (patch) | |
tree | 1abea93a775a74b567d8711dbda4f1a645c548e9 /lib/System/Cygwin/Memory.cpp | |
parent | 7d05563324e538a377ba12ca62b2b5b0fbbba547 (diff) |
Cygwin doesn't like .. through a link, so drop the ..
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19076 91177308-0d34-0410-b5e6-96231b3b80d8
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> |