Add used include of <string.h>.

This commit is contained in:
Garrett Wollman 2002-05-30 19:38:07 +00:00
parent 6ea89183fc
commit 5685a7738f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97621

View File

@ -46,6 +46,7 @@ static char sccsid[] = "@(#)login.c 8.1 (Berkeley) 6/4/93";
#include <fcntl.h>
#include <libutil.h>
#include <stdlib.h>
#include <string.h>
#include <ttyent.h>
#include <unistd.h>
#include <utmp.h>