diff options
author | Steven Schubiger <stsc@refcnt.org> | 2013-08-17 17:22:12 +0200 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2013-08-17 17:22:12 +0200 |
commit | fafbaa593cf17b107a4892e03410999234493eea (patch) | |
tree | 60529420d48582a0e1977f4154957ce6a35a4f3c /colorize.c | |
parent | 37ba6abb46fcb4aceff0ec640038860dad274513 (diff) | |
download | colorize-fafbaa593cf17b107a4892e03410999234493eea.tar.gz colorize-fafbaa593cf17b107a4892e03410999234493eea.tar.bz2 |
Extend feature test macro
Defining _POSIX_C_SOURCE=200809L fixes compilation currently under
Net/Open/MirBSD (and possibly more).
Diffstat (limited to 'colorize.c')
-rw-r--r-- | colorize.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ * */ -#define _POSIX_SOURCE +#define _POSIX_C_SOURCE 200809L #include <assert.h> #include <ctype.h> #include <errno.h> |