From: Arnaldo Carvalho de Melo Date: Mon, 18 Jul 2016 20:40:49 +0000 (-0300) Subject: perf tools: Add missing linux/compiler.h include to perf-sys.h X-Git-Tag: v4.8-rc1~184^2^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=14f0652b4fbebd0b05da36a06b17ac6d4d87a8f8;p=thirdparty%2Fkernel%2Flinux.git perf tools: Add missing linux/compiler.h include to perf-sys.h It uses the likely/unlikely macros, so need to include . Cc: Adrian Hunter Cc: David Ahern Cc: Jiri Olsa Cc: Namhyung Kim Cc: Wang Nan Link: http://lkml.kernel.org/n/tip-p0xrhgbkicsii9ohmhhprqpi@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/perf-sys.h b/tools/perf/perf-sys.h index 5cee8a3d0455c..7ed72a475c57b 100644 --- a/tools/perf/perf-sys.h +++ b/tools/perf/perf-sys.h @@ -5,6 +5,7 @@ #include #include #include +#include #include #include