Add <sys/types.h> for off_t.
This shouldn't be necessary, but apparently on OS X 10.4 fseeko() takes fpos_t instead of off_t, and thus doesn't guarantee that off_t is defined.
Please register or sign in to comment
This shouldn't be necessary, but apparently on OS X 10.4 fseeko() takes fpos_t instead of off_t, and thus doesn't guarantee that off_t is defined.