Added #include <netinet/in.h> for the sockaddr_in6 typedef for at least
2003-04-28 Jeffrey Stedfast <fejj@ximian.com> * e-host-utils.c: Added #include <netinet/in.h> for the sockaddr_in6 typedef for at least MacOS X. svn path=/trunk/; revision=20998
This commit is contained in:

committed by
Jeffrey Stedfast

parent
99a26e26b6
commit
56bb2117f0
@ -1,3 +1,8 @@
|
||||
2003-04-28 Jeffrey Stedfast <fejj@ximian.com>
|
||||
|
||||
* e-host-utils.c: Added #include <netinet/in.h> for the
|
||||
sockaddr_in6 typedef for at least MacOS X.
|
||||
|
||||
2003-04-17 Jeffrey Stedfast <fejj@ximian.com>
|
||||
|
||||
* e-host-utils.c (e_gethostbyname_r): Keep our buf ptr aligned to
|
||||
|
@ -32,6 +32,7 @@
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <errno.h>
|
||||
|
||||
|
Reference in New Issue
Block a user