perf symbols: Add missing linux/refcount.h to symbol.h
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 30 Aug 2019 13:19:19 +0000 (10:19 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sun, 1 Sep 2019 01:19:28 +0000 (22:19 -0300)
commitc38fa94d188234f40fe3911b1a7650e056ef42ea
treea43244557d801a2610842f74b8d6b9e63f2fdbbd
parent9bea81b36a8d7d23c9bb7f4d63a9a842eec134a0
perf symbols: Add missing linux/refcount.h to symbol.h

We use refcount_t there, so we need that header or else it'll break when
we remove dso.h, that is from where it is getting that definition now...

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-5albrk0uve6x9cf6x3ebwpae@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/symbol.h