summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2010-06-11 04:54:56 +0000
committerEli Friedman <eli.friedman@gmail.com>2010-06-11 04:54:56 +0000
commita82475ab749eb9eefcd39df73d168c72c4dee8c1 (patch)
treebaa802859a71defe694d455a14ff11c3339ebe4d
parent6abb634bcf12d80cd88e4450c117e6e2a1b393a6 (diff)
downloadbcm5719-llvm-a82475ab749eb9eefcd39df73d168c72c4dee8c1.tar.gz
bcm5719-llvm-a82475ab749eb9eefcd39df73d168c72c4dee8c1.zip
Fix includes.
llvm-svn: 105814
-rw-r--r--lldb/source/Host/macosx/TimeValue.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/source/Host/macosx/TimeValue.cpp b/lldb/source/Host/macosx/TimeValue.cpp
index b3f15bc2d9c..1ae6a512c32 100644
--- a/lldb/source/Host/macosx/TimeValue.cpp
+++ b/lldb/source/Host/macosx/TimeValue.cpp
@@ -7,7 +7,8 @@
//
//===----------------------------------------------------------------------===//
-#include "TimeValue.h"
+#include "lldb/Host/TimeValue.h"
+#include <stddef.h>
// C Includes
// C++ Includes
OpenPOWER on IntegriCloud