diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2010-06-11 04:54:56 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2010-06-11 04:54:56 +0000 |
commit | a82475ab749eb9eefcd39df73d168c72c4dee8c1 (patch) | |
tree | baa802859a71defe694d455a14ff11c3339ebe4d | |
parent | 6abb634bcf12d80cd88e4450c117e6e2a1b393a6 (diff) | |
download | bcm5719-llvm-a82475ab749eb9eefcd39df73d168c72c4dee8c1.tar.gz bcm5719-llvm-a82475ab749eb9eefcd39df73d168c72c4dee8c1.zip |
Fix includes.
llvm-svn: 105814
-rw-r--r-- | lldb/source/Host/macosx/TimeValue.cpp | 3 |
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 |