Add includes for MacOS X
This commit is contained in:
parent
e46c59d4d0
commit
c5c3095859
2 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,7 @@
|
|||
*
|
||||
******************************************************************/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
*
|
||||
******************************************************************/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
|
|
Loading…
Reference in a new issue