diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdio/refill.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/stdio/refill.c b/lib/libc/stdio/refill.c index 2adb3a7..fa46d78 100644 --- a/lib/libc/stdio/refill.c +++ b/lib/libc/stdio/refill.c @@ -73,6 +73,7 @@ lflush(FILE *fp) int __srefill(FILE *fp) { + /* make sure stdio is set up */ if (!__sdidinit) __sinit(); |