--- pidof.c.orig 2015-03-20 12:46:07.000000000 -0700 +++ pidof.c 2015-03-20 12:46:37.000000000 -0700 @@ -8,6 +8,8 @@ #import <pwd.h> #import <syslog.h> #import <stdarg.h> +#import <signal.h> +#import <string.h> #define YES 1 #define NO 0