summaryrefslogtreecommitdiff
path: root/libc/stdlib/_atexit.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-03-20 03:10:54 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-06-15 14:00:29 +0200
commit56023566de1169f19911097f27297c21134e1fa3 (patch)
tree3940c16084bfba9a99ef77268b418f37793cb67f /libc/stdlib/_atexit.c
parent1d6099a2b4825b92cb09970ccfe998f8fef4d498 (diff)
remove duplicate prototypes for _stdio_term().
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/stdlib/_atexit.c')
-rw-r--r--libc/stdlib/_atexit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/stdlib/_atexit.c b/libc/stdlib/_atexit.c
index 770494eec..4bb884075 100644
--- a/libc/stdlib/_atexit.c
+++ b/libc/stdlib/_atexit.c
@@ -40,6 +40,7 @@
#include <features.h>
#include <unistd.h>
#include <stdlib.h>
+#include <stdio.h>
#include <errno.h>
#include <atomic.h>