diff options
Diffstat (limited to 'tools/perf/builtin-report.c')
-rw-r--r-- | tools/perf/builtin-report.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c index 5bbd4b2ef6d2..b8f2dd322496 100644 --- a/tools/perf/builtin-report.c +++ b/tools/perf/builtin-report.c | |||
@@ -42,6 +42,7 @@ | |||
42 | #include <errno.h> | 42 | #include <errno.h> |
43 | #include <inttypes.h> | 43 | #include <inttypes.h> |
44 | #include <regex.h> | 44 | #include <regex.h> |
45 | #include <signal.h> | ||
45 | #include <linux/bitmap.h> | 46 | #include <linux/bitmap.h> |
46 | #include <linux/stringify.h> | 47 | #include <linux/stringify.h> |
47 | 48 | ||