summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Interix/TimeValue.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-15 04:47:22 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-15 04:47:22 +0000
commitdacbf466c8bd1455d250746ad71fe802b794cec7 (patch)
tree2fc10d79e9c47ffac4841322e73a78a388a40df2 /llvm/lib/System/Interix/TimeValue.cpp
parent074be1f6e435af3f5bc65dd526e53eeb1cbfdaa5 (diff)
downloadbcm5719-llvm-dacbf466c8bd1455d250746ad71fe802b794cec7.tar.gz
bcm5719-llvm-dacbf466c8bd1455d250746ad71fe802b794cec7.zip
Actually get the #include correct so it compiles .. duh.
llvm-svn: 17817
Diffstat (limited to 'llvm/lib/System/Interix/TimeValue.cpp')
-rw-r--r--llvm/lib/System/Interix/TimeValue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/System/Interix/TimeValue.cpp b/llvm/lib/System/Interix/TimeValue.cpp
index 60c7e0668eb..db30d385927 100644
--- a/llvm/lib/System/Interix/TimeValue.cpp
+++ b/llvm/lib/System/Interix/TimeValue.cpp
@@ -12,7 +12,7 @@
//===----------------------------------------------------------------------===//
// Include the generic Unix implementation
-#include "../Unix/Unix.cpp"
+#include "../Unix/TimeValue.cpp"
namespace llvm {
using namespace sys;
OpenPOWER on IntegriCloud