X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Ffmemopen.c;h=82413b2d8d8386ab17b46fc49c68820551dd5deb;hb=79f653c6bc2881dd6855299c908a442f56cb7c2b;hp=5e0eeb50d44865398f90f39cf5416282d3b8b0fe;hpb=f66022dda8d18e6732626c7806f6c4d32023d574;p=musl diff --git a/src/stdio/fmemopen.c b/src/stdio/fmemopen.c index 5e0eeb50..82413b2d 100644 --- a/src/stdio/fmemopen.c +++ b/src/stdio/fmemopen.c @@ -1,7 +1,9 @@ #include "stdio_impl.h" #include #include +#include #include +#include "libc.h" struct cookie { size_t pos, len, size;