diff options
Diffstat (limited to 'tools/perf/builtin-help.c')
-rw-r--r-- | tools/perf/builtin-help.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/perf/builtin-help.c b/tools/perf/builtin-help.c index 7bde2f59dac2..492f8e14ab09 100644 --- a/tools/perf/builtin-help.c +++ b/tools/perf/builtin-help.c | |||
@@ -14,6 +14,10 @@ | |||
14 | #include "util/debug.h" | 14 | #include "util/debug.h" |
15 | #include <linux/kernel.h> | 15 | #include <linux/kernel.h> |
16 | #include <errno.h> | 16 | #include <errno.h> |
17 | #include <stdio.h> | ||
18 | #include <sys/types.h> | ||
19 | #include <sys/stat.h> | ||
20 | #include <unistd.h> | ||
17 | 21 | ||
18 | static struct man_viewer_list { | 22 | static struct man_viewer_list { |
19 | struct man_viewer_list *next; | 23 | struct man_viewer_list *next; |