From 30b3c52a8c4a45f48a29b716b8de1ec4641b5f8a Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Fri, 25 Jul 1997 15:33:38 +0000 Subject: [PATCH] and git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2630 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/rsh/rsh_locl.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appl/rsh/rsh_locl.h b/appl/rsh/rsh_locl.h index 3647d72b0..d46f88e76 100644 --- a/appl/rsh/rsh_locl.h +++ b/appl/rsh/rsh_locl.h @@ -65,6 +65,10 @@ #endif #include +#ifdef HAVE_SYS_PARAM_H +#include +#endif + #ifdef HAVE_SYSLOG_H #include #endif @@ -73,6 +77,7 @@ #endif #include #include +#include #ifdef KRB4 #include #include