include unistd which provides off_t for the header and hence unarchive applets
authorGlenn L McGrath <bug1@ihug.co.nz>
Sat, 27 Oct 2001 14:10:37 +0000 (14:10 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Sat, 27 Oct 2001 14:10:37 +0000 (14:10 -0000)
include/unarchive.h

index c4400981de12abaa7463232c5b23046233ff0f23..be49f3d01955183c6e14ff711ab784d500de0e0b 100644 (file)
@@ -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,