From: Ken Raeburn Date: Fri, 21 Jun 2002 18:13:34 +0000 (+0000) Subject: * port-sockets.h [!_WIN32 && !HAVE_MACSOCK_H]: Include krb5/autoconf.h, to get HAVE_S... X-Git-Tag: krb5-1.3-alpha1~667 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6144c14cbd01eb5de06a6cac38ac8c46b64c7312;p=krb5.git * port-sockets.h [!_WIN32 && !HAVE_MACSOCK_H]: Include krb5/autoconf.h, to get HAVE_SYS_UIO_H git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14552 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 871164c7e..88770e313 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,8 @@ +2002-06-21 Ken Raeburn + + * port-sockets.h [!_WIN32 && !HAVE_MACSOCK_H]: Include + krb5/autoconf.h, to get HAVE_SYS_UIO_H. + 2002-06-20 Ken Raeburn * configure.in: Check for sys/uio.h. diff --git a/src/include/port-sockets.h b/src/include/port-sockets.h index 749140f67..f3d4b5679 100644 --- a/src/include/port-sockets.h +++ b/src/include/port-sockets.h @@ -72,6 +72,8 @@ int win_socket_initialize(); #include "macsock.h" /* Macintosh sockets emulation library */ #else /* ! HAVE_MACSOCK_H */ /* Sockets stuff for Unix machines */ +#include "krb5/autoconf.h" + #include #include /* For struct sockaddr_in and in_addr */ #include /* For inet_ntoa */