summaryrefslogtreecommitdiff
blob: b54a5bf3a00cfa8203427ed4dfd7415dad96aac6 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/proc.h
+++ b/proc.h
@@ -26,6 +26,7 @@
 #include "config.h"
 
 #include <sys/time.h>
+#include <unistd.h> /* pid_t */
 
 #if defined(HAVE_LIBUNWIND)
 # include <libunwind.h>