author | Rich Felker <dalias@aerifal.cx> | 2018年09月12日 00:08:09 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2018年09月12日 14:34:37 -0400 |
commit | 5ce3737931bb411a8d167356d4d0287b53b0cbdc (patch) | |
tree | 726fc5dde9cc462316faa715158c38f0da72292d /src/stdio/vswprintf.c | |
parent | 0676c3a34c7bf12b33f8f5efb92476f4ffc7f20e (diff) | |
download | musl-5ce3737931bb411a8d167356d4d0287b53b0cbdc.tar.gz |
-rw-r--r-- | src/stdio/vswprintf.c | 1 |
diff --git a/src/stdio/vswprintf.c b/src/stdio/vswprintf.c index 38efed65..7f98c5c9 100644 --- a/src/stdio/vswprintf.c +++ b/src/stdio/vswprintf.c @@ -2,6 +2,7 @@ #include <limits.h> #include <errno.h> #include <stdint.h> +#include <stdlib.h> #include <wchar.h> struct cookie { |