Include POSIX headers required for fd_set and INADDR_ANY.

This commit is contained in:
Anthony J. Bentley 2017-10-09 03:41:17 -06:00
parent a15c395460
commit df19b93408
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@
#else
#include <unistd.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <sys/select.h>
#include <sys/socket.h>
#define socket_t int
#define sockaddr_t struct sockaddr