aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/Makefile
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2009-12-27 18:37:00 -0500
committerIngo Molnar <mingo@elte.hu>2009-12-28 03:03:33 -0500
commit4a58e61161074776aa34187ea369414ce4852394 (patch)
tree1687f14cfa02a4e656ebc7f2445901f5fddc612f /tools/perf/Makefile
parent06aae590033d1ae3c35b2920ef950cfc603e2a2d (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/Makefile1
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
357LIB_H += util/exec_cmd.h 357LIB_H += util/exec_cmd.h
358LIB_H += util/types.h 358LIB_H += util/types.h
359LIB_H += util/levenshtein.h 359LIB_H += util/levenshtein.h
360LIB_H += util/map.h
360LIB_H += util/parse-options.h 361LIB_H += util/parse-options.h
361LIB_H += util/parse-events.h 362LIB_H += util/parse-events.h
362LIB_H += util/quote.h 363LIB_H += util/quote.h