diff options
Diffstat (limited to 'tools/perf/util/sort.c')
-rw-r--r-- | tools/perf/util/sort.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/sort.c b/tools/perf/util/sort.c index 32ade5a1b553..b974a2c3a3c5 100644 --- a/tools/perf/util/sort.c +++ b/tools/perf/util/sort.c | |||
@@ -2,6 +2,7 @@ | |||
2 | #include <errno.h> | 2 | #include <errno.h> |
3 | #include <inttypes.h> | 3 | #include <inttypes.h> |
4 | #include <regex.h> | 4 | #include <regex.h> |
5 | #include <stdlib.h> | ||
5 | #include <linux/mman.h> | 6 | #include <linux/mman.h> |
6 | #include <linux/time64.h> | 7 | #include <linux/time64.h> |
7 | #include "debug.h" | 8 | #include "debug.h" |