Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Arnaldo Carvalho de Melo and committed by
Ingo Molnar
20639c15 dd86e72a

+2
+1
tools/perf/Makefile
··· 329 329 LIB_H += ../../include/linux/rbtree.h 330 330 LIB_H += ../../include/linux/list.h 331 331 LIB_H += util/include/linux/list.h 332 + LIB_H += util/include/linux/string.h 332 333 LIB_H += perf.h 333 334 LIB_H += util/event.h 334 335 LIB_H += util/types.h
+1
tools/perf/util/include/linux/string.h
··· 1 + #include <string.h>