diff options
Diffstat (limited to 'tools/perf/builtin-kallsyms.c')
| -rw-r--r-- | tools/perf/builtin-kallsyms.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/builtin-kallsyms.c b/tools/perf/builtin-kallsyms.c index 8ff38c4eb2c0..bcfb363112d3 100644 --- a/tools/perf/builtin-kallsyms.c +++ b/tools/perf/builtin-kallsyms.c @@ -7,6 +7,7 @@   *   * Released under the GPL v2. (and only v2, not any later version)   */ +#include <inttypes.h>  #include "builtin.h"  #include <linux/compiler.h>  #include <subcmd/parse-options.h>  | 

