[llvm-commits] CVS: llvm/lib/System/Linux/TimeValue.cpp
Reid Spencer
reid at x10sys.com
Sun Nov 14 14:07:42 PST 2004
Changes in directory llvm/lib/System/Linux:
TimeValue.cpp updated: 1.3 -> 1.4
---
Log message:
Include the correct implementation file
---
Diffs of the changes: (+3 -1)
Index: llvm/lib/System/Linux/TimeValue.cpp
diff -u llvm/lib/System/Linux/TimeValue.cpp:1.3 llvm/lib/System/Linux/TimeValue.cpp:1.4
--- llvm/lib/System/Linux/TimeValue.cpp:1.3 Sat Sep 25 03:32:37 2004
+++ llvm/lib/System/Linux/TimeValue.cpp Sun Nov 14 16:07:04 2004
@@ -12,10 +12,12 @@
//===----------------------------------------------------------------------===//
// Include the generic Unix implementation
-#include "../Unix/Unix.h"
+#include "../Unix/TimeValue.cpp"
+
#include <sys/time.h>
namespace llvm {
+
using namespace sys;
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list