[Lldb-commits] [lldb] r241056 - Add a missing header
Pavel Labath
labath at google.com
Tue Jun 30 03:20:52 PDT 2015
Author: labath
Date: Tue Jun 30 05:20:52 2015
New Revision: 241056
URL: http://llvm.org/viewvc/llvm-project?rev=241056&view=rev
Log:
Add a missing header
Modified:
lldb/trunk/source/Host/linux/LibcGlue.cpp
Modified: lldb/trunk/source/Host/linux/LibcGlue.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Host/linux/LibcGlue.cpp?rev=241056&r1=241055&r2=241056&view=diff
==============================================================================
--- lldb/trunk/source/Host/linux/LibcGlue.cpp (original)
+++ lldb/trunk/source/Host/linux/LibcGlue.cpp Tue Jun 30 05:20:52 2015
@@ -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,
More information about the lldb-commits
mailing list