1
0
Fork 0

perf symbols: Add missing dso.h header

This was being obtained only indirectly, by luck.

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-xeolxwr3iftwfw9kmw26shfe@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
alistair/sunxi64-5.4-dsi
Arnaldo Carvalho de Melo 2019-09-10 16:17:19 +01:00
parent 36f3f450a8
commit 09aa3b002c
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#include <unistd.h>
#include <inttypes.h>
#include "dso.h"
#include "map.h"
#include "map_groups.h"
#include "symbol.h"