X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fstdio%2Ffmemopen.c;h=91d52bc1d50a1e12402b8aaacc861357fcb92bcc;hp=770fd9953a63274cea74a24a4b1a7dd391c33824;hb=835f9f950e2f6059532bd9ab9857a856ed21a4fd;hpb=1e717ea3d2a864e00e507f1a70a892c551955f1b diff --git a/src/stdio/fmemopen.c b/src/stdio/fmemopen.c index 770fd995..91d52bc1 100644 --- a/src/stdio/fmemopen.c +++ b/src/stdio/fmemopen.c @@ -1,4 +1,7 @@ #include "stdio_impl.h" +#include +#include +#include struct cookie { size_t pos, len, size;