[Zlib-devel] zlib 1.2.4.1 beta

Mark Adler madler at alumni.caltech.edu
Sun Mar 28 23:38:28 EDT 2010


On Mar 28, 2010, at 7:38 PM, William A. Rowe Jr. wrote:
> +#include <sys/types.h>    /* for off_t */

How about outside of the unistd stuff:

#ifdef STDC
#  include <sys/types.h>
#endif

?

Mark





More information about the Zlib-devel mailing list