forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/tools/perf/util/perf-hooks.c
....@@ -8,10 +8,10 @@
88
99 #include <errno.h>
1010 #include <stdlib.h>
11
+#include <string.h>
1112 #include <setjmp.h>
1213 #include <linux/err.h>
1314 #include <linux/kernel.h>
14
-#include "util/util.h"
1515 #include "util/debug.h"
1616 #include "util/perf-hooks.h"
1717