1
0
Fork 0

Add includes for MacOS X

This commit is contained in:
ehofman 2003-03-20 08:51:01 +00:00
parent e46c59d4d0
commit c5c3095859
2 changed files with 2 additions and 0 deletions

View file

@ -50,6 +50,7 @@
*
******************************************************************/
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>

View file

@ -30,6 +30,7 @@
*
******************************************************************/
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>