hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
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