From 3075f7e847b0c717959054b86360722326dbde1e Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 20 Feb 2011 17:19:37 -0500 Subject: cleanup asprintf stuff --- src/stdio/vasprintf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stdio/vasprintf.c') diff --git a/src/stdio/vasprintf.c b/src/stdio/vasprintf.c index f2bbc7aa..68b7246b 100644 --- a/src/stdio/vasprintf.c +++ b/src/stdio/vasprintf.c @@ -1,3 +1,4 @@ +#define _GNU_SOURCE #include #include #include -- cgit v1.2.1