From: Glenn L McGrath Date: Sat, 27 Oct 2001 14:10:37 +0000 (-0000) Subject: include unistd which provides off_t for the header and hence unarchive applets X-Git-Tag: 0_60_2~77 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9af363fe20002c7390966d4b71fcdee27b3686ba;p=oweals%2Fbusybox.git include unistd which provides off_t for the header and hence unarchive applets --- 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 @@ -#include // for off_t +#include // for FILE +#include // for off_t enum extract_functions_e { extract_verbose_list = 1,