From: Arnaldo Carvalho de Melo Date: Fri, 25 Jan 2019 14:11:08 +0000 (+0100) Subject: perf color: Add missing stdarg.g to color.h X-Git-Tag: v5.1-rc1~163^2~28^2~29 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=b2251c327a09caa622047fe74363f650d31e4349;p=linux-2.6-block.git perf color: Add missing stdarg.g to color.h It was getting the va_list definition by luck. Cc: Adrian Hunter Cc: Jiri Olsa Cc: Namhyung Kim Link: https://lkml.kernel.org/n/tip-4mavb7pgt2nw9lsew1xuez09@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/util/color.h b/tools/perf/util/color.h index 22777b1812ee..01f7bed21c9b 100644 --- a/tools/perf/util/color.h +++ b/tools/perf/util/color.h @@ -3,6 +3,7 @@ #define __PERF_COLOR_H #include +#include /* "\033[1;38;5;2xx;48;5;2xxm\0" is 23 bytes */ #define COLOR_MAXLEN 24