< prev index next >

src/jdk.hotspot.agent/linux/native/libsaproc/libproc_impl.h

Print this page
@  rev 12738 : imported patch alpinefixes-saattachfix
|

@@ -25,10 +25,13 @@
 #ifndef _LIBPROC_IMPL_H_
 #define _LIBPROC_IMPL_H_
 
 #include <unistd.h>
 #include <limits.h>
+
+struct ps_prochandle;
+
 #include "libproc.h"
 #include "symtab.h"
 
 // data structures in this file mimic those of Solaris 8.0 - libproc's Pcontrol.h
 
< prev index next >