Include the correct implementation file
authorReid Spencer <rspencer@reidspencer.com>
Sun, 14 Nov 2004 22:07:04 +0000 (22:07 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 14 Nov 2004 22:07:04 +0000 (22:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17778 91177308-0d34-0410-b5e6-96231b3b80d8

lib/System/Linux/TimeValue.cpp

index b58cf82fe03f0b4a24250d6b19c848df93241096..d9745cc72d7432597c1a01099e557a80fb4d8211 100644 (file)
 //===----------------------------------------------------------------------===//
 
 // Include the generic Unix implementation
-#include "../Unix/Unix.h"
+#include "../Unix/TimeValue.cpp"
+
 #include <sys/time.h>
 
 namespace llvm {
+
 using namespace sys;
 
 //===----------------------------------------------------------------------===//