[llvm-commits] CVS: llvm/lib/System/Interix/TimeValue.cpp

Reid Spencer reid at x10sys.com
Sun Nov 14 20:48:10 PST 2004



Changes in directory llvm/lib/System/Interix:

TimeValue.cpp updated: 1.2 -> 1.3
---
Log message:

Actually get the #include correct so it compiles  .. duh.


---
Diffs of the changes:  (+1 -1)

Index: llvm/lib/System/Interix/TimeValue.cpp
diff -u llvm/lib/System/Interix/TimeValue.cpp:1.2 llvm/lib/System/Interix/TimeValue.cpp:1.3
--- llvm/lib/System/Interix/TimeValue.cpp:1.2	Sun Nov 14 22:36:34 2004
+++ llvm/lib/System/Interix/TimeValue.cpp	Sun Nov 14 22:47:22 2004
@@ -12,7 +12,7 @@
 //===----------------------------------------------------------------------===//
 
 // Include the generic Unix implementation
-#include "../Unix/Unix.cpp"
+#include "../Unix/TimeValue.cpp"
 
 namespace llvm {
 using namespace sys;






More information about the llvm-commits mailing list