X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fstdio%2F__fdopen.c;fp=src%2Fstdio%2F__fdopen.c;h=59690f6dcb97d3153df9541ccf15421759ba1f6b;hp=df6ed71d484d49b32a871338675bd0013807979b;hb=835f9f950e2f6059532bd9ab9857a856ed21a4fd;hpb=1e717ea3d2a864e00e507f1a70a892c551955f1b diff --git a/src/stdio/__fdopen.c b/src/stdio/__fdopen.c index df6ed71d..59690f6d 100644 --- a/src/stdio/__fdopen.c +++ b/src/stdio/__fdopen.c @@ -1,4 +1,10 @@ #include "stdio_impl.h" +#include +#include +#include +#include +#include +#include FILE *__fdopen(int fd, const char *mode) {