summaryrefslogtreecommitdiffstats
path: root/src/include/port-sockets.h
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2002-06-21 18:13:34 +0000
committerKen Raeburn <raeburn@mit.edu>2002-06-21 18:13:34 +0000
commit6144c14cbd01eb5de06a6cac38ac8c46b64c7312 (patch)
tree70dfc9bf0ac5b62b9545bc95e9e709b7c9a68632 /src/include/port-sockets.h
parentfc36d6fe22d1d9a05f5c49d2feaf57f692b3caff (diff)
downloadkrb5-6144c14cbd01eb5de06a6cac38ac8c46b64c7312.tar.gz
krb5-6144c14cbd01eb5de06a6cac38ac8c46b64c7312.tar.xz
krb5-6144c14cbd01eb5de06a6cac38ac8c46b64c7312.zip
* 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
Diffstat (limited to 'src/include/port-sockets.h')
-rw-r--r--src/include/port-sockets.h2
1 files changed, 2 insertions, 0 deletions
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 */