summaryrefslogtreecommitdiffstats
path: root/src/appl/bsd/krsh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/appl/bsd/krsh.c')
-rw-r--r--src/appl/bsd/krsh.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/appl/bsd/krsh.c b/src/appl/bsd/krsh.c
index 8551bd32e..9dace665e 100644
--- a/src/appl/bsd/krsh.c
+++ b/src/appl/bsd/krsh.c
@@ -49,6 +49,11 @@ static char sccsid[] = "@(#)rsh.c 5.7 (Berkeley) 9/20/88";
#include <pwd.h>
#include <netdb.h>
+#ifdef HAVE_SYS_FILIO_H
+/* get FIONBIO from sys/filio.h, so what if it is a compatibility feature */
+#include <sys/filio.h>
+#endif
+
#ifdef KERBEROS
#include <krb5/krb5.h>
#include <krb5/asn1.h>