summaryrefslogtreecommitdiff
path: root/src/network/connect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/connect.c')
-rw-r--r--src/network/connect.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/network/connect.c b/src/network/connect.c
index 57f01a1e..289127be 100644
--- a/src/network/connect.c
+++ b/src/network/connect.c
@@ -1,6 +1,5 @@
#include <sys/socket.h>
#include "syscall.h"
-#include "libc.h"
int connect(int fd, const struct sockaddr *addr, socklen_t len)
{