tools: Add missing stdio.h include to asm/bug.h header
authorJiri Olsa <jolsa@kernel.org>
Thu, 12 Sep 2019 08:57:18 +0000 (10:57 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 25 Sep 2019 12:51:44 +0000 (09:51 -0300)
commit058bd857845a9675cfaf4bc2ca831ec7953b58f1
tree0748b576ffbe3013fb2af8936af3b0b5c643ed6a
parent33c96400dcd34d572299b8106e1b0460a1b8bae9
tools: Add missing stdio.h include to asm/bug.h header

We have a direct fprintf() call in the header, so we need stdio.h
include, otherwise it could fail compilation if there's no prior stdio.h
include directive.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Link: http://lkml.kernel.org/n/tip-8hvjgh24olfsa4non0a3ohnq@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/include/asm/bug.h