aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive/seek_by_read.c
diff options
context:
space:
mode:
Diffstat (limited to 'archival/libunarchive/seek_by_read.c')
-rw-r--r--archival/libunarchive/seek_by_read.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/archival/libunarchive/seek_by_read.c b/archival/libunarchive/seek_by_read.c
index e46af4842..452d82d10 100644
--- a/archival/libunarchive/seek_by_read.c
+++ b/archival/libunarchive/seek_by_read.c
@@ -3,10 +3,8 @@
3 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. 3 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
4 */ 4 */
5 5
6#include <stdlib.h>
7
8#include "unarchive.h"
9#include "libbb.h" 6#include "libbb.h"
7#include "unarchive.h"
10 8
11/* If we are reading through a pipe(), or from stdin then we can't lseek, 9/* If we are reading through a pipe(), or from stdin then we can't lseek,
12 * we must read and discard the data to skip over it. 10 * we must read and discard the data to skip over it.