X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fstdio%2Ffreopen.c;fp=src%2Fstdio%2Ffreopen.c;h=6c1b575f527963566a7b457f29c18dea45b2505a;hp=7ae116d8d245708dd3f3a6a0a1b1409793e7c5b6;hb=835f9f950e2f6059532bd9ab9857a856ed21a4fd;hpb=1e717ea3d2a864e00e507f1a70a892c551955f1b;ds=sidebyside 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