commit | 9af363fe20002c7390966d4b71fcdee27b3686ba | [log] [tgz] |
---|---|---|
author | Glenn L McGrath <bug1@ihug.co.nz> | Sat Oct 27 14:10:37 2001 +0000 |
committer | Glenn L McGrath <bug1@ihug.co.nz> | Sat Oct 27 14:10:37 2001 +0000 |
tree | 1bb1d0a37d0e8eceae67a755a8046d89fb9084a9 | |
parent | 7134d6581b63930264bf9890868a24aae4e16cd5 [diff] [blame] |
include unistd which provides off_t for the header and hence unarchive applets
diff --git a/include/unarchive.h b/include/unarchive.h index c440098..be49f3d 100644 --- a/include/unarchive.h +++ b/include/unarchive.h
@@ -1,4 +1,5 @@ -#include <stdio.h> // for off_t +#include <stdio.h> // for FILE +#include <unistd.h> // for off_t enum extract_functions_e { extract_verbose_list = 1,