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/Darwin | |
| 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/Darwin')
| -rw-r--r-- | llvm/lib/System/Darwin/TimeValue.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/System/Darwin/TimeValue.cpp b/llvm/lib/System/Darwin/TimeValue.cpp index 0791f443aee..357260babc2 100644 --- a/llvm/lib/System/Darwin/TimeValue.cpp +++ b/llvm/lib/System/Darwin/TimeValue.cpp @@ -12,7 +12,7 @@ //===----------------------------------------------------------------------===// // Include the generic Unix implementation -#include "../Unix/Unix.cpp" +#include "../Unix/TimeValue.cpp" namespace llvm { using namespace sys; |

