diff options
| -rw-r--r-- | src/stdio/rename.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <stdio.h> #include "errno.h" #include "nonstd/syscall.h" +#include "nonstd/internal.h" /** rename a file **/ int rename(const char *old, const char *new) |
