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/fcntl/fcntl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fcntl/fcntl.c') diff --git a/src/fcntl/fcntl.c b/src/fcntl/fcntl.c index a588ef54..6f888bf1 100644 --- a/src/fcntl/fcntl.c +++ b/src/fcntl/fcntl.c @@ -2,7 +2,7 @@ #include #include "errno.h" #include "stdarg.h" -#include "../_syscall.h" +#include "_syscall.h" int fcntl(int fildes, int cmd, ...) { -- cgit v1.2.1