forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/tools/perf/util/lzma.c
....@@ -7,9 +7,10 @@
77 #include <sys/stat.h>
88 #include <fcntl.h>
99 #include "compress.h"
10
-#include "util.h"
1110 #include "debug.h"
11
+#include <string.h>
1212 #include <unistd.h>
13
+#include <internal/lib.h>
1314
1415 #define BUFSIZE 8192
1516