forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 093a6c67005148ae32a5c9e4553491b9f5c2457b
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