diff options
Diffstat (limited to 'src/fcntl/fcntl.c')
-rw-r--r-- | src/fcntl/fcntl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <fcntl.h> #include "errno.h" #include "stdarg.h" -#include "../_syscall.h" +#include "_syscall.h" int fcntl(int fildes, int cmd, ...) { |