summaryrefslogtreecommitdiff
path: root/src/stdio/__towrite.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/__towrite.c')
-rw-r--r--src/stdio/__towrite.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stdio/__towrite.c b/src/stdio/__towrite.c
index ba67e0df..380ea396 100644
--- a/src/stdio/__towrite.c
+++ b/src/stdio/__towrite.c
@@ -19,6 +19,8 @@ int __towrite(FILE *f)
const int __towrite_used = 1;
+void __stdio_exit(void);
+
void __flush_on_exit()
{
__stdio_exit();