diff options
Diffstat (limited to 'src/stdio/rename.c')
-rw-r--r-- | src/stdio/rename.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/rename.c b/src/stdio/rename.c index d213707b..589b3690 100644 --- a/src/stdio/rename.c +++ b/src/stdio/rename.c @@ -1,6 +1,6 @@ #include <stdio.h> #include "errno.h" -#include "../_syscall.h" +#include "_syscall.h" /** rename a file **/ int rename(const char *old, const char *new) |