Merge
authordsamersoff
Wed, 24 Jun 2015 13:16:33 +0000
changeset 31400 3c290e5446c8
parent 31399 167037a29ab4 (current diff)
parent 31396 c8e4926f1d2c (diff)
child 31401 1514c0a798d2
Merge
--- a/hotspot/agent/src/os/linux/libproc.h	Fri Jun 12 15:49:55 2015 +0100
+++ b/hotspot/agent/src/os/linux/libproc.h	Wed Jun 24 13:16:33 2015 +0000
@@ -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