hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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