From 8b89b8333e98930e6ed317f79ed3f06958d580cf Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 14 Nov 2004 22:07:04 +0000 Subject: [PATCH] Include the correct implementation file llvm-svn: 17778 --- llvm/lib/System/Linux/TimeValue.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/llvm/lib/System/Linux/TimeValue.cpp b/llvm/lib/System/Linux/TimeValue.cpp index b58cf82fe03f..d9745cc72d74 100644 --- a/llvm/lib/System/Linux/TimeValue.cpp +++ b/llvm/lib/System/Linux/TimeValue.cpp @@ -12,10 +12,12 @@ //===----------------------------------------------------------------------===// // Include the generic Unix implementation -#include "../Unix/Unix.h" +#include "../Unix/TimeValue.cpp" + #include namespace llvm { + using namespace sys; //===----------------------------------------------------------------------===//