From 10b94c664053840eda13e4030278b8dea4576df8 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 9 Feb 2019 19:28:47 -0500 Subject: add missing "nonstd/internal.h" --- src/stdio/rename.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stdio') diff --git a/src/stdio/rename.c b/src/stdio/rename.c index 068cd73d..10ad7283 100644 --- a/src/stdio/rename.c +++ b/src/stdio/rename.c @@ -1,6 +1,7 @@ #include #include "errno.h" #include "nonstd/syscall.h" +#include "nonstd/internal.h" /** rename a file **/ int rename(const char *old, const char *new) -- cgit v1.2.1