diff agent/src/os/linux/ps_proc.c @ 12329:f2512d89ad0c

8025613: clang: remove -Wno-unused-value Reviewed-by: iveresov
author twisti
date Sat, 28 Sep 2013 12:42:22 -0700
parents 2394a89e89f4
children
line wrap: on
line diff
--- a/agent/src/os/linux/ps_proc.c	Sat Sep 28 12:32:10 2013 +0400
+++ b/agent/src/os/linux/ps_proc.c	Sat Sep 28 12:42:22 2013 -0700
@@ -27,6 +27,8 @@
 #include <string.h>
 #include <signal.h>
 #include <errno.h>
+#include <sys/types.h>
+#include <sys/wait.h>
 #include <sys/ptrace.h>
 #include "libproc_impl.h"