summaryrefslogtreecommitdiff
path: root/src/unistd/chown.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/chown.c')
-rw-r--r--src/unistd/chown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd/chown.c b/src/unistd/chown.c
index 9f931765..b1c5569b 100644
--- a/src/unistd/chown.c
+++ b/src/unistd/chown.c
@@ -1,7 +1,7 @@
#include "stddef.h"
#include "sys/types.h"
#include <unistd.h>
-#include "../_syscall.h"
+#include "_syscall.h"
int chown(const char *path, uid_t owner, gid_t group)
{