diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-04-20 00:06:30 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-04-24 18:43:34 +0200 |
commit | 4208735d8de58f1cbc2e0009d87514ce06681e5a (patch) | |
tree | 7203b8cf19a7b3561637c21e19cdcb79cf76a154 /tools/perf/builtin-kvm.c | |
parent | perf tools: Remove string.h, unistd.h and sys/stat.h from util.h (diff) | |
download | linux-4208735d8de58f1cbc2e0009d87514ce06681e5a.tar.xz linux-4208735d8de58f1cbc2e0009d87514ce06681e5a.zip |
perf tools: Remove poll.h and wait.h from util.h
Not needed in this header, added to the places that need poll(), wait()
and a few other prototypes.
Link: http://lkml.kernel.org/n/tip-i39c7b6xmo1vwd9wxp6fmkl0@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/builtin-kvm.c')
-rw-r--r-- | tools/perf/builtin-kvm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/builtin-kvm.c b/tools/perf/builtin-kvm.c index 129af3e9c728..f309c3773522 100644 --- a/tools/perf/builtin-kvm.c +++ b/tools/perf/builtin-kvm.c @@ -30,6 +30,7 @@ #include <linux/time64.h> #include <errno.h> #include <inttypes.h> +#include <poll.h> #include <termios.h> #include <semaphore.h> #include <signal.h> |