kernel/tools/perf/util/perf-hooks.c
.. .. @@ -8,10 +8,10 @@ 8 8 9 9 #include <errno.h> 10 10 #include <stdlib.h> 11 +#include <string.h>11 12 #include <setjmp.h> 12 13 #include <linux/err.h> 13 14 #include <linux/kernel.h> 14 -#include "util/util.h"15 15 #include "util/debug.h" 16 16 #include "util/perf-hooks.h" 17 17