kernel/tools/perf/util/lzma.c
.. .. @@ -7,9 +7,10 @@ 7 7 #include <sys/stat.h> 8 8 #include <fcntl.h> 9 9 #include "compress.h" 10 -#include "util.h"11 10 #include "debug.h" 11 +#include <string.h>12 12 #include <unistd.h> 13 +#include <internal/lib.h>13 14 14 15 #define BUFSIZE 8192 15 16