diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2001-10-27 14:10:37 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2001-10-27 14:10:37 +0000 |
commit | 9af363fe20002c7390966d4b71fcdee27b3686ba (patch) | |
tree | 1bb1d0a37d0e8eceae67a755a8046d89fb9084a9 | |
parent | 7134d6581b63930264bf9890868a24aae4e16cd5 (diff) | |
download | busybox-w32-9af363fe20002c7390966d4b71fcdee27b3686ba.tar.gz busybox-w32-9af363fe20002c7390966d4b71fcdee27b3686ba.tar.bz2 busybox-w32-9af363fe20002c7390966d4b71fcdee27b3686ba.zip |
include unistd which provides off_t for the header and hence unarchive applets
-rw-r--r-- | include/unarchive.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/unarchive.h b/include/unarchive.h index c4400981d..be49f3d01 100644 --- a/include/unarchive.h +++ b/include/unarchive.h | |||
@@ -1,4 +1,5 @@ | |||
1 | #include <stdio.h> // for off_t | 1 | #include <stdio.h> // for FILE |
2 | #include <unistd.h> // for off_t | ||
2 | 3 | ||
3 | enum extract_functions_e { | 4 | enum extract_functions_e { |
4 | extract_verbose_list = 1, | 5 | extract_verbose_list = 1, |