diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-04-19 20:49:18 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-04-20 18:22:43 +0200 |
commit | 9607ad3a63871b074a57ce1facd04a230c38725c (patch) | |
tree | 10a512748092fb0a0f2472011dcdb41f2ab1da7a /tools/perf/builtin-stat.c | |
parent | perf unwind: Provide only forward declarations for pointer types (diff) | |
download | linux-9607ad3a63871b074a57ce1facd04a230c38725c.tar.xz linux-9607ad3a63871b074a57ce1facd04a230c38725c.zip |
perf tools: Add signal.h to places using its definitions
And remove it from util.h, disentangling it a bit more.
Link: http://lkml.kernel.org/n/tip-2zg9s5nx90yde64j3g4z2uhk@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/builtin-stat.c')
-rw-r--r-- | tools/perf/builtin-stat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/builtin-stat.c b/tools/perf/builtin-stat.c index be2cd537c537..e3837febb4ff 100644 --- a/tools/perf/builtin-stat.c +++ b/tools/perf/builtin-stat.c @@ -70,6 +70,7 @@ #include <linux/time64.h> #include <api/fs/fs.h> #include <errno.h> +#include <signal.h> #include <stdlib.h> #include <sys/prctl.h> #include <inttypes.h> |