From 93f65803c21547f6cdea3ee21194317d1288b34d Mon Sep 17 00:00:00 2001 From: Irina Tirdea Date: Sat, 8 Sep 2012 03:43:18 +0300 Subject: [PATCH] --- yaml --- r: 323780 b: refs/heads/master c: 57ec0a942d6855cd7a5711fcf4adb57c51259659 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/tools/perf/util/help.c | 1 + trunk/tools/perf/util/top.h | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) 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;