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 | dacbf466c8bd1455d250746ad71fe802b794cec7 (patch) | |
tree | 2fc10d79e9c47ffac4841322e73a78a388a40df2 /llvm/lib/System/Interix/TimeValue.cpp | |
parent | 074be1f6e435af3f5bc65dd526e53eeb1cbfdaa5 (diff) | |
download | bcm5719-llvm-dacbf466c8bd1455d250746ad71fe802b794cec7.tar.gz bcm5719-llvm-dacbf466c8bd1455d250746ad71fe802b794cec7.zip |
Actually get the #include correct so it compiles .. duh.
llvm-svn: 17817
Diffstat (limited to 'llvm/lib/System/Interix/TimeValue.cpp')
-rw-r--r-- | llvm/lib/System/Interix/TimeValue.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/System/Interix/TimeValue.cpp b/llvm/lib/System/Interix/TimeValue.cpp index 60c7e0668eb..db30d385927 100644 --- a/llvm/lib/System/Interix/TimeValue.cpp +++ b/llvm/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; |