Merge pull request #96 from Subv/patch-2

Add the <arpa/inet.h> include to unix.h
This commit is contained in:
Lee Salzman
2018-09-11 00:25:10 -04:00
committed by GitHub
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -8,7 +8,6 @@
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <sys/time.h>
#include <arpa/inet.h>
#include <netinet/tcp.h>
#include <netdb.h>
#include <unistd.h>