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