# HG changeset patch # User gthornbr # Date 1450462366 28800 # Node ID 48eec0ba652640a28d29bb9fb7d55189d7c2c512 # Parent bd33e3fce7502c04c2d8176a0942c0344db50ea8 8144885: agent/src/os/linux/libproc.h needs to support Linux/SPARC builds Summary: Added include of asm/ptrace.h to libproc.h Reviewed-by: dcubed, mikael diff -r bd33e3fce750 -r 48eec0ba6526 agent/src/os/linux/libproc.h --- a/agent/src/os/linux/libproc.h Fri Dec 18 10:11:58 2015 -0800 +++ b/agent/src/os/linux/libproc.h Fri Dec 18 10:12:46 2015 -0800 @@ -69,6 +69,7 @@ #if defined(sparc) || defined(sparcv9) || defined(ppc64) +#include #define user_regs_struct pt_regs #endif