summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/include/ChangeLog5
-rw-r--r--src/include/port-sockets.h2
2 files changed, 7 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 871164c7e9..88770e3130 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,3 +1,8 @@
+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.
diff --git a/src/include/port-sockets.h b/src/include/port-sockets.h
index 749140f670..f3d4b5679b 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 <sys/types.h>
#include <netinet/in.h> /* For struct sockaddr_in and in_addr */
#include <arpa/inet.h> /* For inet_ntoa */