diff options
Diffstat (limited to 'usr.sbin/sendmail/smrsh')
| -rw-r--r-- | usr.sbin/sendmail/smrsh/smrsh.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/usr.sbin/sendmail/smrsh/smrsh.c b/usr.sbin/sendmail/smrsh/smrsh.c index 662ec828302b..c3314e6e17c6 100644 --- a/usr.sbin/sendmail/smrsh/smrsh.c +++ b/usr.sbin/sendmail/smrsh/smrsh.c @@ -33,7 +33,7 @@   */  #ifndef lint -static char sccsid[] = "@(#)smrsh.c	8.4 (Berkeley) 11/11/95"; +static char sccsid[] = "@(#)smrsh.c	8.5 (Berkeley) 10/19/97";  #endif /* not lint */  /* @@ -76,6 +76,7 @@ static char sccsid[] = "@(#)smrsh.c	8.4 (Berkeley) 11/11/95";  #endif  #include <sysexits.h>  #include <syslog.h> +#include <stdlib.h>  /* directory in which all commands must reside */  #ifndef CMDDIR | 
