ObjFW  Check-in [10f8575e8b]

Overview
Comment:Include <sys/types.h> for off_t.

It seems that for some glibc versions it's not enough to include
<unistd.h>.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 10f8575e8b5f8241d7a75c8c2b8d7f9aae5949c978a02dfba0b3b43480884f70
User & Date: js on 2011-04-04 23:05:06
Other Links: manifest | tags
Context
2011-04-04
23:31
Use -std=gnu99 instead of -std=c99. c99 gives trouble with glibc. check-in: 70e82fef45 user: js tags: trunk
23:05
Include <sys/types.h> for off_t. check-in: 10f8575e8b user: js tags: trunk
23:04
Add -std=c99 if accepted by the compiler. check-in: 7357828bfc user: js tags: trunk
Changes