diff options
-rw-r--r-- | tools/perf/Makefile | 1 | ||||
-rw-r--r-- | tools/perf/util/include/linux/string.h | 1 |
2 files changed, 2 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 | |||
329 | LIB_H += ../../include/linux/rbtree.h | 329 | LIB_H += ../../include/linux/rbtree.h |
330 | LIB_H += ../../include/linux/list.h | 330 | LIB_H += ../../include/linux/list.h |
331 | LIB_H += util/include/linux/list.h | 331 | LIB_H += util/include/linux/list.h |
332 | LIB_H += util/include/linux/string.h | ||
332 | LIB_H += perf.h | 333 | LIB_H += perf.h |
333 | LIB_H += util/event.h | 334 | LIB_H += util/event.h |
334 | LIB_H += util/types.h | 335 | LIB_H += util/types.h |
diff --git a/tools/perf/util/include/linux/string.h b/tools/perf/util/include/linux/string.h new file mode 100644 index 000000000000..3b2f5900276f --- /dev/null +++ b/tools/perf/util/include/linux/string.h | |||
@@ -0,0 +1 @@ | |||
#include <string.h> | |||