+2002-06-21 Ken Raeburn <raeburn@mit.edu>
+
+ * port-sockets.h [!_WIN32 && !HAVE_MACSOCK_H]: Include
+ krb5/autoconf.h, to get HAVE_SYS_UIO_H.
+
2002-06-20 Ken Raeburn <raeburn@mit.edu>
* configure.in: Check for sys/uio.h.
#include "macsock.h" /* Macintosh sockets emulation library */
#else /* ! HAVE_MACSOCK_H */ /* Sockets stuff for Unix machines */
+#include "krb5/autoconf.h"
+
#include <sys/types.h>
#include <netinet/in.h> /* For struct sockaddr_in and in_addr */
#include <arpa/inet.h> /* For inet_ntoa */