arm64 syscall.c needs uio.h for struct iovec

Change-Id: I9d070d0e148636be1d9ecec8ec4dfb72f93c4ed6
This commit is contained in:
Dominique Martinet
2018-07-27 14:37:42 +09:00
committed by Dominique Martinet
parent 1e1c91962e
commit 21af0351d1

View File

@ -14,6 +14,7 @@
#include <prctl.h>
#include <limits.h>
#include <syscall.h>
#include <uio.h>
#include <debug.h>
extern void ptrace_report_signal(struct thread *thread, int sig);