From 5bb22a97dd327a652051795a7e7fb268fc45cea0 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Mon, 11 Aug 1997 23:56:11 +0000 Subject: [PATCH] sys/select.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2933 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/rsh/rsh_locl.h | 3 +++ kdc/kdc_locl.h | 3 +++ kpasswd/kpasswd_locl.h | 3 +++ lib/krb5/krb5_locl.h | 3 +++ 4 files changed, 12 insertions(+) diff --git a/appl/rsh/rsh_locl.h b/appl/rsh/rsh_locl.h index d46f88e76..deacd17ea 100644 --- a/appl/rsh/rsh_locl.h +++ b/appl/rsh/rsh_locl.h @@ -51,6 +51,9 @@ #ifdef HAVE_UNISTD_H #include #endif +#ifdef HAVE_SYS_SELECT_H +#include +#endif #ifdef HAVE_SYS_SOCKET_H #include #endif diff --git a/kdc/kdc_locl.h b/kdc/kdc_locl.h index 710dfe5fb..416e0c572 100644 --- a/kdc/kdc_locl.h +++ b/kdc/kdc_locl.h @@ -58,6 +58,9 @@ #ifdef HAVE_FCNTL_H #include #endif +#ifdef HAVE_SYS_SELECT_H +#include +#endif #ifdef HAVE_SYS_SOCKET_H #include #endif diff --git a/kpasswd/kpasswd_locl.h b/kpasswd/kpasswd_locl.h index 730415447..9ec38283a 100644 --- a/kpasswd/kpasswd_locl.h +++ b/kpasswd/kpasswd_locl.h @@ -66,6 +66,9 @@ #ifdef HAVE_SYS_TIME_H #include #endif +#ifdef HAVE_SYS_SELECT_H +#include +#endif #ifdef HAVE_SYS_SOCKET_H #include #endif diff --git a/lib/krb5/krb5_locl.h b/lib/krb5/krb5_locl.h index 99c91ddac..fc0a1541e 100644 --- a/lib/krb5/krb5_locl.h +++ b/lib/krb5/krb5_locl.h @@ -75,6 +75,9 @@ #ifdef HAVE_SYS_TIME_H #include #endif +#ifdef HAVE_SYS_SELECT_H +#include +#endif #ifdef HAVE_SYS_SOCKET_H #include #endif