From: Arnaldo Carvalho de Melo Date: Wed, 18 Sep 2019 13:09:54 +0000 (-0300) Subject: perf hist: Add missing 'struct branch_stack' forward declaration X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3793d4de06fac8dcd25bf91386cf88415dbe99ad;p=linux.git perf hist: Add missing 'struct branch_stack' forward declaration Its needed, was being obtained indirectly, fix it. Cc: Adrian Hunter Cc: Jiri Olsa Cc: Namhyung Kim Link: https://lkml.kernel.org/n/tip-srzphk0ehptfn3zqmpkgsi65@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/util/hist.h b/tools/perf/util/hist.h index 34803e33dc804..6a186b6683033 100644 --- a/tools/perf/util/hist.h +++ b/tools/perf/util/hist.h @@ -15,6 +15,7 @@ struct addr_location; struct map_symbol; struct mem_info; struct branch_info; +struct branch_stack; struct block_info; struct symbol; struct ui_progress;