From 053d453c2b40ccbe6826788363f6b7a3e9ce18a1 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 28 Jul 1999 21:39:06 +0000 Subject: [PATCH] move around kafs.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6659 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/rsh/rsh_locl.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appl/rsh/rsh_locl.h b/appl/rsh/rsh_locl.h index 4dedb38ee..cbb09f6a1 100644 --- a/appl/rsh/rsh_locl.h +++ b/appl/rsh/rsh_locl.h @@ -101,9 +101,11 @@ #ifdef KRB4 #include #include -#include #endif #include +#ifdef KRB4 +#include +#endif #ifndef _PATH_NOLOGIN #define _PATH_NOLOGIN "/etc/nologin"