Version 0.3.24

* Fixed 2 minor buffer overflows (closes: Bug#130746)
* Obey --prefix, --sysconfdir, --mandir options in configure
* Adding powerpc support (doesn't work yet)
  (Anton Blanchard <anton@linuxcare.com.au>)
diff --git a/process_event.c b/process_event.c
index 06bb9f4..0847241 100644
--- a/process_event.c
+++ b/process_event.c
@@ -14,6 +14,10 @@
 #include "options.h"
 #include "elf.h"
 
+#ifdef __powerpc__
+#include <sys/ptrace.h>
+#endif
+
 static void process_signal(struct event * event);
 static void process_exit(struct event * event);
 static void process_exit_signal(struct event * event);