diff options
author | Mike Galbraith <efault@gmx.de> | 2011-10-17 07:14:58 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2011-10-17 07:14:58 -0400 |
commit | 7bc7298d3f63e55591477752eb809ab17031ec19 (patch) | |
tree | 9c7325d2a04c9fd03bdc8fd5359b2d1d89f9dc0f /tools/perf/util/ui/helpline.h | |
parent | b2b7e9eb2983e24b0296a93171f811d95f044fbc (diff) |
perf hists browser: Add missing stdarg.h include
CC util/ui/browsers/annotate.o
In file included from util/ui/browsers/annotate.c:2:0:
util/ui/browsers/../helpline.h:9:42: error: expected declaration
specifiers or ‘...’ before ‘va_list’
CC util/ui/browsers/hists.o
make: *** [util/ui/browsers/annotate.o] Error 1
make: *** Waiting for unfinished jobs....
Signed-off-by: Mike Galbraith <efault@gmx.de>
Link: http://lkml.kernel.org/n/tip-9vefl2807smi7t4luhs00tg6@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/ui/helpline.h')
-rw-r--r-- | tools/perf/util/ui/helpline.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/ui/helpline.h b/tools/perf/util/ui/helpline.h index 809975759080..fdcbc0270acd 100644 --- a/tools/perf/util/ui/helpline.h +++ b/tools/perf/util/ui/helpline.h | |||
@@ -2,6 +2,7 @@ | |||
2 | #define _PERF_UI_HELPLINE_H_ 1 | 2 | #define _PERF_UI_HELPLINE_H_ 1 |
3 | 3 | ||
4 | #include <stdio.h> | 4 | #include <stdio.h> |
5 | #include <stdarg.h> | ||
5 | 6 | ||
6 | void ui_helpline__init(void); | 7 | void ui_helpline__init(void); |
7 | void ui_helpline__pop(void); | 8 | void ui_helpline__pop(void); |