diff options
| author | Arnaldo Carvalho de Melo <[email protected]> | 2017-04-19 18:49:18 +0000 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2017-04-20 16:22:43 +0000 |
| commit | 9607ad3a63871b074a57ce1facd04a230c38725c (patch) | |
| tree | 10a512748092fb0a0f2472011dcdb41f2ab1da7a /tools/perf/builtin-inject.c | |
| parent | perf unwind: Provide only forward declarations for pointer types (diff) | |
| download | kernel-9607ad3a63871b074a57ce1facd04a230c38725c.tar.gz kernel-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/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/builtin-inject.c')
| -rw-r--r-- | tools/perf/builtin-inject.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/builtin-inject.c b/tools/perf/builtin-inject.c index b102ee702aa1..8bd791cca008 100644 --- a/tools/perf/builtin-inject.c +++ b/tools/perf/builtin-inject.c @@ -23,6 +23,7 @@ #include <linux/list.h> #include <errno.h> +#include <signal.h> struct perf_inject { struct perf_tool tool; |
