X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Fopen_wmemstream.c;h=ed1b561d9c92fa0ce787692dbd27d369292dd0a5;hb=8d404733e1314ef633aa09a90865e94fe711b4ca;hp=a7c3a64502bcfcdfa452bf3a04b579c1a78da876;hpb=b152d575fdde1b4173afb4cade55f35b6b2e9128;p=musl diff --git a/src/stdio/open_wmemstream.c b/src/stdio/open_wmemstream.c index a7c3a645..ed1b561d 100644 --- a/src/stdio/open_wmemstream.c +++ b/src/stdio/open_wmemstream.c @@ -3,6 +3,8 @@ #include #include #include +#include +#include "libc.h" struct cookie { wchar_t **bufp;