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/vfwprintf.c | |
parent | 0676c3a34c7bf12b33f8f5efb92476f4ffc7f20e (diff) | |
download | musl-5ce3737931bb411a8d167356d4d0287b53b0cbdc.tar.gz |
-rw-r--r-- | src/stdio/vfwprintf.c | 1 |
diff --git a/src/stdio/vfwprintf.c b/src/stdio/vfwprintf.c index 9d774fcc..0adf0b7a 100644 --- a/src/stdio/vfwprintf.c +++ b/src/stdio/vfwprintf.c @@ -5,6 +5,7 @@ #include <string.h> #include <stdarg.h> #include <stddef.h> +#include <stdlib.h> #include <wchar.h> #include <inttypes.h> |