diff options
Diffstat (limited to 'tools/perf/util/lzma.c')
-rw-r--r-- | tools/perf/util/lzma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/lzma.c b/tools/perf/util/lzma.c index 397447066033..39062df02629 100644 --- a/tools/perf/util/lzma.c +++ b/tools/perf/util/lzma.c | |||
@@ -7,10 +7,10 @@ | |||
7 | #include <sys/stat.h> | 7 | #include <sys/stat.h> |
8 | #include <fcntl.h> | 8 | #include <fcntl.h> |
9 | #include "compress.h" | 9 | #include "compress.h" |
10 | #include "util.h" | ||
11 | #include "debug.h" | 10 | #include "debug.h" |
12 | #include <string.h> | 11 | #include <string.h> |
13 | #include <unistd.h> | 12 | #include <unistd.h> |
13 | #include <internal/lib.h> | ||
14 | 14 | ||
15 | #define BUFSIZE 8192 | 15 | #define BUFSIZE 8192 |
16 | 16 | ||