diff options
author | Pavel Labath <labath@google.com> | 2015-06-30 10:20:52 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2015-06-30 10:20:52 +0000 |
commit | cd4994e925bb159e3a818cc1a6b51017e922433f (patch) | |
tree | 1b10fb879f6e26aeb44720a956a4117fb839e6db | |
parent | 9101a98bd0073f1ccfb5141a3b0a96a1036f7b32 (diff) | |
download | bcm5719-llvm-cd4994e925bb159e3a818cc1a6b51017e922433f.tar.gz bcm5719-llvm-cd4994e925bb159e3a818cc1a6b51017e922433f.zip |
Add a missing header
llvm-svn: 241056
-rw-r--r-- | lldb/source/Host/linux/LibcGlue.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Host/linux/LibcGlue.cpp b/lldb/source/Host/linux/LibcGlue.cpp index 6e07134971d..63d026f76c6 100644 --- a/lldb/source/Host/linux/LibcGlue.cpp +++ b/lldb/source/Host/linux/LibcGlue.cpp @@ -12,6 +12,7 @@ #include <unistd.h> #include <sys/syscall.h> #include <lldb/Host/linux/Uio.h> +#include <cerrno> #ifndef HAVE_PROCESS_VM_READV // If the syscall wrapper is not available, provide one. ssize_t process_vm_readv(::pid_t pid, |