ObjFW  Check-in [bfc762c6d8]

Overview
Comment:Add missing #define _POSIX_C_SOURCE 199309L

This also removes #include <time.h> from OFHTTPClientTests, as this
would cause <time.h> to be included without _POSIX_C_SOURCE set to
199309L and thus struct timespec would be missing.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: bfc762c6d8aa221b6ea5cf7f68ff860624b01823fe14b36651028f73147597d4
User & Date: js on 2014-02-23 18:51:54
Other Links: manifest | tags
Context
2014-02-23
18:52
Update copyright in a few forgotten places check-in: 4e894e2d56 user: js tags: trunk
18:51
Add missing #define _POSIX_C_SOURCE 199309L check-in: bfc762c6d8 user: js tags: trunk
17:54
Add __attribute__((gnu_inline)) for GCC < 4.3 check-in: 7a1e2de2d4 user: js tags: trunk
Changes