Add missing include

#249
This commit is contained in:
ruti 2025-01-16 12:20:47 +03:00
parent ec6c82006a
commit 8f33e9bd05

View File

@ -14,6 +14,7 @@
#define close(fd) closesocket(fd)
#else
#include <netinet/in.h>
#include <sys/socket.h>
#include <unistd.h>
#ifndef NOEPOLL