diff options
Diffstat (limited to 'tools/perf/ui/hist.c')
-rw-r--r-- | tools/perf/ui/hist.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/ui/hist.c b/tools/perf/ui/hist.c index bf90ce5b2cdf..3e533de7d852 100644 --- a/tools/perf/ui/hist.c +++ b/tools/perf/ui/hist.c | |||
@@ -1,6 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | #include <inttypes.h> | 2 | #include <inttypes.h> |
3 | #include <math.h> | 3 | #include <math.h> |
4 | #include <stdlib.h> | ||
5 | #include <string.h> | ||
4 | #include <linux/compiler.h> | 6 | #include <linux/compiler.h> |
5 | 7 | ||
6 | #include "../util/callchain.h" | 8 | #include "../util/callchain.h" |