forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
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