diff options
Diffstat (limited to 'tools/perf/builtin-diff.c')
-rw-r--r-- | tools/perf/builtin-diff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/builtin-diff.c b/tools/perf/builtin-diff.c index cd2605d86984..09be77b13788 100644 --- a/tools/perf/builtin-diff.c +++ b/tools/perf/builtin-diff.c | |||
@@ -19,6 +19,7 @@ | |||
19 | #include "util/data.h" | 19 | #include "util/data.h" |
20 | #include "util/config.h" | 20 | #include "util/config.h" |
21 | 21 | ||
22 | #include <inttypes.h> | ||
22 | #include <stdlib.h> | 23 | #include <stdlib.h> |
23 | #include <math.h> | 24 | #include <math.h> |
24 | 25 | ||