diff options
author | Greg Clayton <gclayton@apple.com> | 2011-02-05 02:56:16 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2011-02-05 02:56:16 +0000 |
commit | 95e314260e7ae45fb099dc37cfaeeaddda676911 (patch) | |
tree | e50998d5ef52f031d98b0d98089696d09b026d32 /lldb/source/Core/Error.cpp | |
parent | ceb4671ddde9a670dfc43b900937223a3386a493 (diff) | |
download | bcm5719-llvm-95e314260e7ae45fb099dc37cfaeeaddda676911.tar.gz bcm5719-llvm-95e314260e7ae45fb099dc37cfaeeaddda676911.zip |
Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz.
llvm-svn: 124931
Diffstat (limited to 'lldb/source/Core/Error.cpp')
-rw-r--r-- | lldb/source/Core/Error.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/Error.cpp b/lldb/source/Core/Error.cpp index ee7d6f21cda..f12f34ba6b7 100644 --- a/lldb/source/Core/Error.cpp +++ b/lldb/source/Core/Error.cpp @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// // C Includes -#include <sys/errno.h> +#include <errno.h> // C++ Includes // Other libraries and framework includes |