Add a missing header

llvm-svn: 241056
This commit is contained in:
Pavel Labath 2015-06-30 10:20:52 +00:00
parent 9101a98bd0
commit cd4994e925
1 changed files with 1 additions and 0 deletions

View File

@ -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,