Hello, This patch fixes the latest pfmon compile error on the Cell platform.
Thanks. Takashi Yamamoto. ------------------------------------------------------------------ include link.h to fix compile error. Signed-off-by: Takashi Yamamoto <[EMAIL PROTECTED]> --- pfmon/pfmon_util_cell.c | 1 + 1 file changed, 1 insertion(+) --- a/pfmon/pfmon_util_cell.c +++ b/pfmon/pfmon_util_cell.c @@ -27,6 +27,7 @@ #include <unistd.h> #include <endian.h> #include <syscall.h> +#include <link.h> #include <sys/ptrace.h> #include <asm/ptrace.h>
fix-pfmon-compile-error-for-ps3.patch
Description: Binary data
------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________ perfmon2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/perfmon2-devel
