diff options
Diffstat (limited to 'libc/stdio/stdio.c')
-rw-r--r-- | libc/stdio/stdio.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/stdio/stdio.c b/libc/stdio/stdio.c index 6c8c69380..367f3f9e4 100644 --- a/libc/stdio/stdio.c +++ b/libc/stdio/stdio.c @@ -609,6 +609,8 @@ const char *mode; int fopen_mode = 0; FILE *nfp = 0; + Inline_init; + /* If we've got an fp close the old one (freopen) */ if (fp) { /* Careful, don't de-allocate it */ |