aboutsummaryrefslogtreecommitdiff
path: root/lib/System/SunOS/TimeValue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/System/SunOS/TimeValue.cpp')
-rw-r--r--lib/System/SunOS/TimeValue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/System/SunOS/TimeValue.cpp b/lib/System/SunOS/TimeValue.cpp
index 7e47331b3f..a4a238ba53 100644
--- a/lib/System/SunOS/TimeValue.cpp
+++ b/lib/System/SunOS/TimeValue.cpp
@@ -12,7 +12,7 @@
//===----------------------------------------------------------------------===//
// Include the generic Unix implementation
-#include "../Unix/Unix.cpp"
+#include "../Unix/TimeValue.cpp"
namespace llvm {
using namespace sys;