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:
Jeffrey Stedfast
2003-04-29 02:14:37 +00:00
committed by Jeffrey Stedfast
parent 99a26e26b6
commit 56bb2117f0
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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>