diff options
author | Bert <ber.t@gmx.com> | 2011-09-08 20:54:24 +0200 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-09-08 20:54:24 +0200 |
commit | 6e575b0f721e1743fab098004d7dc26de5c7db49 (patch) | |
tree | f3fc170b48a92920fd2fae9b1c0e4302736f85ca /image.c | |
parent | 3a4f3862a7eccc4505f81582f62397c3651dc87f (diff) |
Strict conformance to IEEE Std 1003.1-2001
Diffstat (limited to 'image.c')
-rw-r--r-- | image.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +#define _POSIX_C_SOURCE 200112L + #include <string.h> #include <unistd.h> |