From d54ade23dbb98a3ec8ce6578926b638e12352d45 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 24 Jul 1999 19:52:38 +0000 Subject: [PATCH] git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6536 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/rsh/rsh_locl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appl/rsh/rsh_locl.h b/appl/rsh/rsh_locl.h index 794d536d3..4dedb38ee 100644 --- a/appl/rsh/rsh_locl.h +++ b/appl/rsh/rsh_locl.h @@ -77,6 +77,9 @@ #ifdef HAVE_PWD_H #include #endif +#ifdef HAVE_SHADOW_H +#include +#endif #ifdef HAVE_NETDB_H #include #endif