mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +00:00
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>
This commit is contained in:
parent
dd86e72abd
commit
20639c15d2
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
1
tools/perf/util/include/linux/string.h
Normal file
1
tools/perf/util/include/linux/string.h
Normal file
|
@ -0,0 +1 @@
|
|||
#include <string.h>
|
Loading…
Reference in a new issue