kernel/tools/perf/tests/kmod-path.c
.. .. @@ -1,9 +1,11 @@ 1 1 // SPDX-License-Identifier: GPL-2.0 2 2 #include <stdbool.h> 3 3 #include <stdlib.h> 4 +#include <string.h>4 5 #include "tests.h" 5 6 #include "dso.h" 6 7 #include "debug.h" 8 +#include "event.h"7 9 8 10 static int test(const char *path, bool alloc_name, bool kmod, 9 11 int comp, const char *name)