diff options
Diffstat (limited to 'src/fcntl/fcntl.c')
-rw-r--r-- | src/fcntl/fcntl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fcntl/fcntl.c b/src/fcntl/fcntl.c index ce615d0e..d3bff5c4 100644 --- a/src/fcntl/fcntl.c +++ b/src/fcntl/fcntl.c @@ -3,7 +3,6 @@ #include <stdarg.h> #include <errno.h> #include "syscall.h" -#include "libc.h" int fcntl(int fd, int cmd, ...) { |