X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Fopen_wmemstream.c;h=2fe504c798d65918722fd13c9a97d60da388a285;hb=835f9f950e2f6059532bd9ab9857a856ed21a4fd;hp=a830b143ebe95cbf6dc4b038bc44b7357b824841;hpb=1e717ea3d2a864e00e507f1a70a892c551955f1b;p=musl diff --git a/src/stdio/open_wmemstream.c b/src/stdio/open_wmemstream.c index a830b143..2fe504c7 100644 --- a/src/stdio/open_wmemstream.c +++ b/src/stdio/open_wmemstream.c @@ -1,4 +1,8 @@ #include "stdio_impl.h" +#include +#include +#include +#include struct cookie { wchar_t **bufp;