forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 244b2c5ca8b14627e4a17755e5922221e121c771
kernel/tools/perf/util/values.c
....@@ -2,9 +2,10 @@
22 #include <inttypes.h>
33 #include <stdio.h>
44 #include <stdlib.h>
5
+#include <string.h>
56 #include <errno.h>
7
+#include <linux/zalloc.h>
68
7
-#include "util.h"
89 #include "values.h"
910 #include "debug.h"
1011