summaryrefslogtreecommitdiff
path: root/src/network/accept4.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/accept4.c')
-rw-r--r--src/network/accept4.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/network/accept4.c b/src/network/accept4.c
index 285d8588..59ab1726 100644
--- a/src/network/accept4.c
+++ b/src/network/accept4.c
@@ -3,7 +3,6 @@
#include <errno.h>
#include <fcntl.h>
#include "syscall.h"
-#include "libc.h"
int accept4(int fd, struct sockaddr *restrict addr, socklen_t *restrict len, int flg)
{