commit | 9607ad3a63871b074a57ce1facd04a230c38725c | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <acme@redhat.com> | Wed Apr 19 15:49:18 2017 -0300 |
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | Thu Apr 20 13:22:43 2017 -0300 |
tree | 10a512748092fb0a0f2472011dcdb41f2ab1da7a | |
parent | 3dfed9102694227aa763b9984c50d72de796d39b [diff] [blame] |
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>
diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c index 5bbd4b2..b8f2dd3 100644 --- a/tools/perf/builtin-report.c +++ b/tools/perf/builtin-report.c
@@ -42,6 +42,7 @@ #include <errno.h> #include <inttypes.h> #include <regex.h> +#include <signal.h> #include <linux/bitmap.h> #include <linux/stringify.h>