diff options
Diffstat (limited to 'tools/perf/util/pager.c')
-rw-r--r-- | tools/perf/util/pager.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/perf/util/pager.c b/tools/perf/util/pager.c index d5ef62eaa413..d50f3b58606b 100644 --- a/tools/perf/util/pager.c +++ b/tools/perf/util/pager.c @@ -1,4 +1,9 @@ -#include "cache.h" +#include <sys/select.h> +#include <stdlib.h> +#include <stdio.h> +#include <string.h> +#include <signal.h> +#include "pager.h" #include "run-command.h" #include "sigchain.h" #include "subcmd-config.h" |