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
@@ -9,6 +9,7 @@
#include <sys/time.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <unistd.h>
-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>