commit | a79a99a1dc761cd302c8e6ec0a5c521a9d6bf267 | [log] [tgz] |
---|---|---|
author | Reid Spencer <rspencer@reidspencer.com> | Mon Nov 15 04:47:22 2004 +0000 |
committer | Reid Spencer <rspencer@reidspencer.com> | Mon Nov 15 04:47:22 2004 +0000 |
tree | cfbee8888e6679a2e6b06f72d60d90eb5aade58d | |
parent | 82bec2cff0c753f551a570361d1da5bd9f48f309 [diff] [blame] |
Actually get the #include correct so it compiles .. duh. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17817 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/System/Interix/TimeValue.cpp b/lib/System/Interix/TimeValue.cpp index 60c7e06..db30d38 100644 --- a/lib/System/Interix/TimeValue.cpp +++ b/lib/System/Interix/TimeValue.cpp
@@ -12,7 +12,7 @@ //===----------------------------------------------------------------------===// // Include the generic Unix implementation -#include "../Unix/Unix.cpp" +#include "../Unix/TimeValue.cpp" namespace llvm { using namespace sys;