Commit b56b4204 authored by Yixun Lan's avatar Yixun Lan Committed by Pavel Emelyanov

aarch64: fix undefined "struct user_regs_struct_t" error

tested under Gentoo Linux, with sys-kernel/linux-headers-3.19 installed
"struct user_pt_regs" is defined at file /usr/include/asm/ptrace.h
Signed-off-by: 's avatarYixun Lan <yixun.lan@gmail.com>
Reviewed-by: 's avatarChristopher Covington <cov@codeaurora.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 300451fe
......@@ -3,6 +3,7 @@
#include <stdbool.h>
#include <signal.h>
#include <asm/ptrace.h>
#include "protobuf/core.pb-c.h"
#include "asm-generic/page.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment