aboutsummaryrefslogtreecommitdiffstats
path: root/colorize.c
diff options
context:
space:
mode:
authorGravatar Steven Schubiger <stsc@refcnt.org> 2013-08-17 17:22:12 +0200
committerGravatar Steven Schubiger <stsc@refcnt.org> 2013-08-17 17:22:12 +0200
commitfafbaa593cf17b107a4892e03410999234493eea (patch)
tree60529420d48582a0e1977f4154957ce6a35a4f3c /colorize.c
parent37ba6abb46fcb4aceff0ec640038860dad274513 (diff)
downloadcolorize-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/colorize.c b/colorize.c
index 827de87..7bb8ee0 100644
--- a/colorize.c
+++ b/colorize.c
@@ -19,7 +19,7 @@
*
*/
-#define _POSIX_SOURCE
+#define _POSIX_C_SOURCE 200809L
#include <assert.h>
#include <ctype.h>
#include <errno.h>