From cd4994e925bb159e3a818cc1a6b51017e922433f Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Tue, 30 Jun 2015 10:20:52 +0000 Subject: Add a missing header llvm-svn: 241056 --- lldb/source/Host/linux/LibcGlue.cpp | 1 + 1 file changed, 1 insertion(+) 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 #include #include +#include #ifndef HAVE_PROCESS_VM_READV // If the syscall wrapper is not available, provide one. ssize_t process_vm_readv(::pid_t pid, -- cgit v1.2.3