From 6144c14cbd01eb5de06a6cac38ac8c46b64c7312 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Fri, 21 Jun 2002 18:13:34 +0000 Subject: * 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 --- src/include/port-sockets.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/port-sockets.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 #include /* For struct sockaddr_in and in_addr */ #include /* For inet_ntoa */ -- cgit