fixed warning (include strings.h)

This commit is contained in:
Todd C. Miller
1993-12-03 03:19:31 +00:00
parent 606f038427
commit 3424e2f974

1
sudo.c
View File

@@ -64,6 +64,7 @@ static char rcsid[] = "$Id$";
#endif /* !NeXT */
#endif /* STD_HEADERS */
#include <string.h>
#include <strings.h>
#include <pwd.h>
#include <netdb.h>
#include <sys/param.h>