X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Fopen_memstream.c;h=600d27705bf526e696c437845fd4844a8716c30e;hb=3733c831f293b3bbfd0e51faec8ee71112c62c3e;hp=40f5ad60caf986e253aa7241be726248b58a806c;hpb=b152d575fdde1b4173afb4cade55f35b6b2e9128;p=musl diff --git a/src/stdio/open_memstream.c b/src/stdio/open_memstream.c index 40f5ad60..600d2770 100644 --- a/src/stdio/open_memstream.c +++ b/src/stdio/open_memstream.c @@ -2,6 +2,8 @@ #include #include #include +#include +#include "libc.h" struct cookie { char **bufp;