From 9af363fe20002c7390966d4b71fcdee27b3686ba Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Sat, 27 Oct 2001 14:10:37 +0000 Subject: include unistd which provides off_t for the header and hence unarchive applets --- include/unarchive.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- cgit v1.2.3