diff options
author | Rich Felker <dalias@aerifal.cx> | 2011-02-20 17:19:37 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2011-02-20 17:19:37 -0500 |
commit | 3075f7e847b0c717959054b86360722326dbde1e (patch) | |
tree | 097b7d902262569255fd6efd679c24a7992e1469 /src/stdio/vasprintf.c | |
parent | 46b99426e16c6a4df9f6217cd7989afd4520f557 (diff) | |
download | musl-3075f7e847b0c717959054b86360722326dbde1e.tar.gz |
cleanup asprintf stuff
Diffstat (limited to 'src/stdio/vasprintf.c')
-rw-r--r-- | src/stdio/vasprintf.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <stdio.h> #include <stdarg.h> #include <stdlib.h> |