commit | e740ca86f354038f55978c8ac7bec69b57f0c8e0 | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <acme@redhat.com> | Thu Aug 22 17:15:42 2019 -0300 |
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | Thu Aug 22 17:16:56 2019 -0300 |
tree | 5902e95f1d49dd913f79f3061aedb8c9c14968c1 | |
parent | 45a2c0ccf6b96b046ad167a8c90ceaa5e59d07cb [diff] |
perf kvm s390: Add missing string.h header It uses strstr(), needs to include string.h or its not going to build when we remove string.h from the place it is getting from 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-72y0i0uiaqght5b83e3ae7p4@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>