diff options
| author | Arnaldo Carvalho de Melo <[email protected]> | 2019-09-03 13:56:06 +0000 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2019-09-20 12:19:20 +0000 |
| commit | fb71c86cc804b8f490fce1b9140014043ec41858 (patch) | |
| tree | 741cbd1130d2f081af0442c653851b6e24f0fe5d /tools/perf/util/llvm-utils.c | |
| parent | perf tools: Remove debug.h from places where it is not needed (diff) | |
| download | kernel-fb71c86cc804b8f490fce1b9140014043ec41858.tar.gz kernel-fb71c86cc804b8f490fce1b9140014043ec41858.zip | |
perf tools: Remove util.h from where it is not needed
Check that it is not needed and remove, fixing up some fallout for
places where it was only serving to get something else.
Cc: Adrian Hunter <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Link: https://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/util/llvm-utils.c')
| -rw-r--r-- | tools/perf/util/llvm-utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/llvm-utils.c b/tools/perf/util/llvm-utils.c index 55fb4b3b1157..8d04e3d070b1 100644 --- a/tools/perf/util/llvm-utils.c +++ b/tools/perf/util/llvm-utils.c @@ -8,6 +8,7 @@ #include <limits.h> #include <stdio.h> #include <stdlib.h> +#include <unistd.h> #include <linux/err.h> #include <linux/string.h> #include <linux/zalloc.h> |
