summaryrefslogtreecommitdiffstats
path: root/tools/perf/Makefile
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2009-12-27 21:37:00 -0200
committerIngo Molnar <mingo@elte.hu>2009-12-28 09:03:33 +0100
commit4a58e61161074776aa34187ea369414ce4852394 (patch)
tree1687f14cfa02a4e656ebc7f2445901f5fddc612f /tools/perf/Makefile
parent06aae590033d1ae3c35b2920ef950cfc603e2a2d (diff)
downloadop-kernel-dev-4a58e61161074776aa34187ea369414ce4852394.zip
op-kernel-dev-4a58e61161074776aa34187ea369414ce4852394.tar.gz
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 4172c3b..fafea0b 100644
--- a/tools/perf/Makefile
+++ b/tools/perf/Makefile
@@ -357,6 +357,7 @@ LIB_H += util/event.h
LIB_H += util/exec_cmd.h
LIB_H += util/types.h
LIB_H += util/levenshtein.h
+LIB_H += util/map.h
LIB_H += util/parse-options.h
LIB_H += util/parse-events.h
LIB_H += util/quote.h
OpenPOWER on IntegriCloud