summaryrefslogtreecommitdiff
path: root/src/stdio
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-09 19:28:47 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-09 19:28:47 -0500
commit10b94c664053840eda13e4030278b8dea4576df8 (patch)
treeec64b9c3355a80970d91234e7eb38141a2e4b34e /src/stdio
parent0e5c63f5bfb9e6b718fbabd3864cb58fada0fa37 (diff)
add missing "nonstd/internal.h"
Diffstat (limited to 'src/stdio')
-rw-r--r--src/stdio/rename.c1
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)