From a6b803539ade7e212050ebb0a939969e92839fd7 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 --- lib/System/Linux/TimeValue.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/System/Linux/TimeValue.cpp b/lib/System/Linux/TimeValue.cpp index b58cf82fe03..d9745cc72d7 100644 --- a/lib/System/Linux/TimeValue.cpp +++ b/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; //===----------------------------------------------------------------------===//