perf evsel: util/evsel.h needs stdio.h as it uses FILE
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 21 Aug 2019 17:44:25 +0000 (14:44 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 22 Aug 2019 20:16:57 +0000 (17:16 -0300)
commit43cc5d5ecbd194a730f3045547afc1fa8e694389
tree964c2a45e518315e6cea1237ef9391420405da00
parenta06b7f422d6a759b085ab2988d878b70e2dd0064
perf evsel: util/evsel.h needs stdio.h as it uses FILE

And it was getting it by luck from util/cpumap.h that shouldn't be
included in util/evsel.h as it only needs what is in libperf, i.e.
struct cpu_map, that is in internal/cpumap.h, so add stdio.h before
we fix that.

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