[Process] Fix linux arm64 single step compilation failure

This was updated in r356703 to use llvm::sys::RetryAfterSignal, which
comes from llvm/Support/Errno.h. The header wasn't added, so it fails if
you compile for arm64/aarch64.

llvm-svn: 358530
This commit is contained in:
Alex Langford 2019-04-16 21:21:28 +00:00
parent 4eff3de994
commit 7603bd52e3
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#include "NativeProcessLinux.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Errno.h"
#include "Plugins/Process/POSIX/ProcessPOSIXLog.h"
#include "lldb/Host/linux/Ptrace.h"