diff --git a/src/wsocket.h b/src/wsocket.h index 3986640..030ba94 100644 --- a/src/wsocket.h +++ b/src/wsocket.h @@ -11,7 +11,6 @@ #include #include -typedef int socklen_t; typedef SOCKADDR_STORAGE t_sockaddr_storage; typedef SOCKET t_socket; typedef t_socket *p_socket;