From 603ba1225fdd44a2571a1130e610c3063633c360 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sat, 12 Nov 2011 22:30:53 +0100 Subject: Raise _POSIX_C_SOURCE to 200112L for snprintf --- src/pjctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pjctl.c b/src/pjctl.c index 83d8720..94e9ab5 100644 --- a/src/pjctl.c +++ b/src/pjctl.c @@ -17,7 +17,7 @@ * along with this program. If not, see . */ -#define _POSIX_C_SOURCE 2 +#define _POSIX_C_SOURCE 200112L #define _GNU_SOURCE #include -- cgit