From: Arnaldo Carvalho de Melo Date: Thu, 7 Jul 2016 14:35:04 +0000 (-0300) Subject: perf test fdarray: Add missing poll.h header X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=16b91d5ed4d81483001822ade3c9ea8d50628b0b;p=linux-beck.git perf test fdarray: Add missing poll.h header It uses poll() but was getting the needed header by chance, do it explicitely. Cc: Adrian Hunter Cc: David Ahern Cc: Jiri Olsa Cc: Namhyung Kim Cc: Wang Nan Link: http://lkml.kernel.org/n/tip-76b3c5imnl6p69j4lqewzu9l@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/tests/fdarray.c b/tools/perf/tests/fdarray.c index 59dbd0550c51..a2b5ff9bf83d 100644 --- a/tools/perf/tests/fdarray.c +++ b/tools/perf/tests/fdarray.c @@ -1,4 +1,5 @@ #include +#include #include "util/debug.h" #include "tests/tests.h"