X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fstdio%2Ffreopen.c;h=6c1b575f527963566a7b457f29c18dea45b2505a;hb=HEAD;hp=7ae116d8d245708dd3f3a6a0a1b1409793e7c5b6;hpb=c8cb6bcdf009e94c12c6e256b8e24a9bc5fdaf05;p=musl diff --git a/src/stdio/freopen.c b/src/stdio/freopen.c index 7ae116d8..6c1b575f 100644 --- a/src/stdio/freopen.c +++ b/src/stdio/freopen.c @@ -1,4 +1,5 @@ #include "stdio_impl.h" +#include /* The basic idea of this implementation is to open a new FILE, * hack the necessary parts of the new FILE into the old one, then