commit | fd20e8111cc0e51ce12fb8ee17c863088fe95065 | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <[email protected]> | Mon Apr 17 15:23:08 2017 -0300 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Wed Apr 19 13:01:46 2017 -0300 |
tree | a1feb8094ea1c649a508f126b75cddd16e764eba | |
parent | b640985fe40c7446fa5db467e747fbac5c081c86 [diff] [blame] |
perf tools: Including missing inttypes.h header Needed to use the PRI[xu](32,64) formatting macros. Cc: Adrian Hunter <[email protected]> Cc: David Ahern <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Wang Nan <[email protected]> Link: http://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
diff --git a/tools/perf/builtin-script.c b/tools/perf/builtin-script.c index 36b0766..c4e36b4 100644 --- a/tools/perf/builtin-script.c +++ b/tools/perf/builtin-script.c
@@ -30,6 +30,7 @@ #include "asm/bug.h" #include "util/mem-events.h" #include "util/dump-insn.h" +#include <inttypes.h> static char const *script_name; static char const *generate_script_lang;