Attempt to fix libc compiling error regarding off_t
authorGlenn L McGrath <bug1@ihug.co.nz>
Sat, 27 Oct 2001 13:14:52 +0000 (13:14 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Sat, 27 Oct 2001 13:14:52 +0000 (13:14 -0000)
archival/libunarchive/seek_sub_file.c

index 76cc0bc0c06fa898729e8f9b76c623a901cb1f73..72a3754bc1097392e94e6a2f2ecbe9f943bc328f 100644 (file)
@@ -17,6 +17,7 @@
 #include <stdio.h>
 #include <errno.h>
 #include <stdlib.h>
+#include <unistd.h>
 
 off_t archive_offset;