diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-15 04:47:22 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-15 04:47:22 +0000 |
commit | a79a99a1dc761cd302c8e6ec0a5c521a9d6bf267 (patch) | |
tree | cfbee8888e6679a2e6b06f72d60d90eb5aade58d /lib/System/AIX/TimeValue.cpp | |
parent | 82bec2cff0c753f551a570361d1da5bd9f48f309 (diff) |
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
Diffstat (limited to 'lib/System/AIX/TimeValue.cpp')
-rw-r--r-- | lib/System/AIX/TimeValue.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/System/AIX/TimeValue.cpp b/lib/System/AIX/TimeValue.cpp index 42975ad209..f04a605b72 100644 --- a/lib/System/AIX/TimeValue.cpp +++ b/lib/System/AIX/TimeValue.cpp @@ -12,7 +12,7 @@ //===----------------------------------------------------------------------===// // Include the generic Unix implementation -#include "../Unix/Unix.cpp" +#include "../Unix/TimeValue.cpp" namespace llvm { using namespace sys; |