Attempt to fix libc compiling error regarding off_t

This commit is contained in:
Glenn L McGrath 2001-10-27 13:14:52 +00:00
parent 8e392922b0
commit 7134d6581b

View File

@ -17,6 +17,7 @@
#include <stdio.h>
#include <errno.h>
#include <stdlib.h>
#include <unistd.h>
off_t archive_offset;