1
0
Fork 0

perf symbols: We need util.h in symbol-elf.c for zfree()

Continuing to untangle the headers, we're about to remove the old odd
baggage that is tools/perf/util/include/linux/ctype.h.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-gapezcq3p8bzrsi96vdtq0o0@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
alistair/sunxi64-5.4-dsi
Arnaldo Carvalho de Melo 2019-06-25 18:15:46 -03:00
parent 155681fcd7
commit cf8b6970f4
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include "machine.h"
#include "vdso.h"
#include "debug.h"
#include "util.h"
#include "sane_ctype.h"
#include <symbol/kallsyms.h>