From fb9aac85cd42d893b79efe29fc3a01af7bad178a Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 14 Nov 2004 22:07:04 +0000 Subject: Include the correct implementation file git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17778 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/System/Linux/TimeValue.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/System/Linux') diff --git a/lib/System/Linux/TimeValue.cpp b/lib/System/Linux/TimeValue.cpp index b58cf82fe0..d9745cc72d 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; //===----------------------------------------------------------------------===// -- cgit v1.2.3-70-g09d2