diff --git a/src/kernel/libroot/posix/stdlib/exit.c b/src/kernel/libroot/posix/stdlib/exit.c index a13489e328..19f67e74ea 100644 --- a/src/kernel/libroot/posix/stdlib/exit.c +++ b/src/kernel/libroot/posix/stdlib/exit.c @@ -17,9 +17,8 @@ #include #include -#include "../stdio/local.h" -//#include "stdio_private.h" +extern void (*_IO_cleanup)(void); extern void _thread_do_exit_notification(void); static void (*_gExitStack[ATEXIT_MAX])(void) = {0};