8081294: aarch64: fails to build on ubuntu wily
authorenevill
Wed, 24 Jun 2015 05:45:50 -0400
changeset 31394 7711fbc2c184
parent 31389 e0688be912e5
child 31395 a200523fbe61
8081294: aarch64: fails to build on ubuntu wily Reviewed-by: dholmes
hotspot/agent/src/os/linux/libproc.h
--- a/hotspot/agent/src/os/linux/libproc.h	Wed Jun 24 08:30:52 2015 +0200
+++ b/hotspot/agent/src/os/linux/libproc.h	Wed Jun 24 05:45:50 2015 -0400
@@ -72,6 +72,7 @@
 #define user_regs_struct  pt_regs
 #endif
 #if defined(aarch64)
+#include <asm/ptrace.h>
 #define user_regs_struct user_pt_regs
 #endif