* pty-int.h: Include port-sockets.h instead of netdb.h and netinet/in.h
authorKen Raeburn <raeburn@mit.edu>
Fri, 16 Jul 2004 21:55:12 +0000 (21:55 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 16 Jul 2004 21:55:12 +0000 (21:55 +0000)
ticket: 2379
status: open

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16609 dc483132-0cff-0310-8789-dd5450dbe970

src/util/pty/ChangeLog
src/util/pty/pty-int.h

index 1610b797bd1a9ad58cf52a9b339d7c9d465d2135..d4c7ed3e47036cd6bf3d29a818fc3f7228eeaf23 100644 (file)
@@ -1,3 +1,8 @@
+2004-07-16  Ken Raeburn  <raeburn@mit.edu>
+
+       * pty-int.h: Include port-sockets.h instead of netdb.h and
+       netinet/in.h.
+
 2004-06-16  Ken Raeburn  <raeburn@mit.edu>
 
        * Makefile.in (clean-mac): Target deleted.
index f43f4b0b36ff67c45699e5613b54f8ed171e7fb2..1fa20a1d0a27433198869e663f0ff83fee74f0f5 100644 (file)
@@ -45,7 +45,6 @@
 #include <sys/time.h>
 #include <ctype.h>
 #include <fcntl.h>
-#include <netinet/in.h>
 #include <errno.h>
 #include <pwd.h>
      
@@ -80,7 +79,7 @@
 #include <sgtty.h>
 #endif
      
-#include <netdb.h>
+#include "port-sockets.h"
 #include <string.h>
 #include <sys/param.h>