mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
Add used include of <string.h>.
This commit is contained in:
parent
6ea89183fc
commit
5685a7738f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97621
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user