#include #include ssize_t recv(int socket, void *buffer, size_t length, int flags) { return recvfrom(socket, buffer, length, flags, NULL, NULL); }