summaryrefslogtreecommitdiffstats
path: root/newlib/libc/reent/renamer.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/reent/renamer.c')
-rw-r--r--newlib/libc/reent/renamer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/reent/renamer.c b/newlib/libc/reent/renamer.c
index 4d2d25635..d3951a28d 100644
--- a/newlib/libc/reent/renamer.c
+++ b/newlib/libc/reent/renamer.c
@@ -1,6 +1,7 @@
/* Reentrant version of rename system call. */
#include <reent.h>
+#include <stdio.h>
#include <unistd.h>
#include <sys/stat.h>
#include <_syslist.h>