diff --git a/[refs] b/[refs] index 715805049fa9..e3d7790652e1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b771a8306205f0261496e93574a71bc7106844dc +refs/heads/master: 57ec0a942d6855cd7a5711fcf4adb57c51259659 diff --git a/trunk/tools/perf/util/help.c b/trunk/tools/perf/util/help.c index 6f2975a00358..4fa764d8f7d7 100644 --- a/trunk/tools/perf/util/help.c +++ b/trunk/tools/perf/util/help.c @@ -3,6 +3,7 @@ #include "exec_cmd.h" #include "levenshtein.h" #include "help.h" +#include void add_cmdname(struct cmdnames *cmds, const char *name, size_t len) { diff --git a/trunk/tools/perf/util/top.h b/trunk/tools/perf/util/top.h index 33347ca89ee4..86ff1b15059b 100644 --- a/trunk/tools/perf/util/top.h +++ b/trunk/tools/perf/util/top.h @@ -5,6 +5,7 @@ #include "types.h" #include #include +#include struct perf_evlist; struct perf_evsel;