From 489bef2ace3c3c617f5bf78ded45a5b81fe2fd46 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Thu, 13 Aug 2020 13:48:50 -0400 Subject: add src/ to -I and exorcise ../ from #include --- src/unistd/chown.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unistd/chown.c') 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 -#include "../_syscall.h" +#include "_syscall.h" int chown(const char *path, uid_t owner, gid_t group) { -- cgit v1.2.1