diff --git a/src/thread_lister.c b/src/thread_lister.c index 15fedac..48cb4e4 100644 --- a/src/thread_lister.c +++ b/src/thread_lister.c @@ -34,6 +34,7 @@ #include "thread_lister.h" #include /* needed for NULL on some powerpc platforms (?!) */ +#include /* getpid() */ #include #include "linuxthreads.h"