diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2009-12-27 18:37:00 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-12-28 03:03:33 -0500 |
commit | 4a58e61161074776aa34187ea369414ce4852394 (patch) | |
tree | 1687f14cfa02a4e656ebc7f2445901f5fddc612f /tools/perf/Makefile | |
parent | 06aae590033d1ae3c35b2920ef950cfc603e2a2d (diff) |
perf tools: Move the map class definition to a separate header
And this resulted in the need for adding some missing includes
in some places that were getting the definitions needed out of
sheer luck.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Frédéric Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
LKML-Reference: <1261957026-15580-4-git-send-email-acme@infradead.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r-- | tools/perf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 4172c3b0e4a7..fafea0b6f323 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -357,6 +357,7 @@ LIB_H += util/event.h | |||
357 | LIB_H += util/exec_cmd.h | 357 | LIB_H += util/exec_cmd.h |
358 | LIB_H += util/types.h | 358 | LIB_H += util/types.h |
359 | LIB_H += util/levenshtein.h | 359 | LIB_H += util/levenshtein.h |
360 | LIB_H += util/map.h | ||
360 | LIB_H += util/parse-options.h | 361 | LIB_H += util/parse-options.h |
361 | LIB_H += util/parse-events.h | 362 | LIB_H += util/parse-events.h |
362 | LIB_H += util/quote.h | 363 | LIB_H += util/quote.h |