diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-10-27 13:14:52 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-10-27 13:14:52 +0000 |
commit | e3a4c0a4a98f0e2e05fdce36994c4c7e4ac73f62 (patch) | |
tree | 70818b11f8d7506a5f702c11aad597aeedca26a3 /archival | |
parent | 235256f11db09f1a922841e54248e7d00e99218b (diff) | |
download | busybox-w32-e3a4c0a4a98f0e2e05fdce36994c4c7e4ac73f62.tar.gz busybox-w32-e3a4c0a4a98f0e2e05fdce36994c4c7e4ac73f62.tar.bz2 busybox-w32-e3a4c0a4a98f0e2e05fdce36994c4c7e4ac73f62.zip |
Attempt to fix libc compiling error regarding off_t
git-svn-id: svn://busybox.net/trunk/busybox@3594 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'archival')
-rw-r--r-- | archival/libunarchive/seek_sub_file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archival/libunarchive/seek_sub_file.c b/archival/libunarchive/seek_sub_file.c index 76cc0bc0c..72a3754bc 100644 --- a/archival/libunarchive/seek_sub_file.c +++ b/archival/libunarchive/seek_sub_file.c | |||
@@ -17,6 +17,7 @@ | |||
17 | #include <stdio.h> | 17 | #include <stdio.h> |
18 | #include <errno.h> | 18 | #include <errno.h> |
19 | #include <stdlib.h> | 19 | #include <stdlib.h> |
20 | #include <unistd.h> | ||
20 | 21 | ||
21 | off_t archive_offset; | 22 | off_t archive_offset; |
22 | 23 | ||