From: Ken Raeburn Date: Fri, 16 Jul 2004 21:55:12 +0000 (+0000) Subject: * pty-int.h: Include port-sockets.h instead of netdb.h and netinet/in.h X-Git-Tag: krb5-1.4-beta1~199 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=560b5ba453c465836483ec5917a2816a90919754;p=krb5.git * pty-int.h: Include port-sockets.h instead of netdb.h and netinet/in.h ticket: 2379 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16609 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/pty/ChangeLog b/src/util/pty/ChangeLog index 1610b797b..d4c7ed3e4 100644 --- a/src/util/pty/ChangeLog +++ b/src/util/pty/ChangeLog @@ -1,3 +1,8 @@ +2004-07-16 Ken Raeburn + + * pty-int.h: Include port-sockets.h instead of netdb.h and + netinet/in.h. + 2004-06-16 Ken Raeburn * Makefile.in (clean-mac): Target deleted. diff --git a/src/util/pty/pty-int.h b/src/util/pty/pty-int.h index f43f4b0b3..1fa20a1d0 100644 --- a/src/util/pty/pty-int.h +++ b/src/util/pty/pty-int.h @@ -45,7 +45,6 @@ #include #include #include -#include #include #include @@ -80,7 +79,7 @@ #include #endif -#include +#include "port-sockets.h" #include #include