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