summaryrefslogtreecommitdiffstats
path: root/src/include/port-sockets.h
diff options
context:
space:
mode:
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 */