diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2009-10-19 21:11:36 +0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-10-20 04:59:34 +0400 |
commit | 20639c15d2e78f180d398a6b6422880fac3258bb (patch) | |
tree | 08c00ad075d139ffcfdca2b9c7d0e964bbbd9ca3 /tools/perf/Makefile | |
parent | dd86e72abdbc4b436471af5a97927c6145f5298c (diff) | |
download | linux-20639c15d2e78f180d398a6b6422880fac3258bb.tar.xz |
perf tools: Add missing tools/perf/util/include/string.h
To cure a bunch of:
In file included from util/include/linux/bitmap.h:1,
from util/header.h:8,
from builtin-trace.c:7:
util/include/../../../../include/linux/bitmap.h:8:26: error:
linux/string.h: No such file or directory make: ***
[builtin-trace.o] Error 1 make: *** Waiting for unfinished
jobs....
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Acked-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Steven Rostedt <srostedt@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
LKML-Reference: <1255972296-11500-1-git-send-email-acme@redhat.com>
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 db89a6de9d06..3b154f17d95b 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile @@ -329,6 +329,7 @@ LIB_H += ../../include/linux/perf_event.h LIB_H += ../../include/linux/rbtree.h LIB_H += ../../include/linux/list.h LIB_H += util/include/linux/list.h +LIB_H += util/include/linux/string.h LIB_H += perf.h LIB_H += util/event.h LIB_H += util/types.h |