diff options
author | wollman <wollman@FreeBSD.org> | 2002-05-30 19:38:07 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 2002-05-30 19:38:07 +0000 |
commit | 303c628e356e5669c8c4ce7f1709fa20563822b4 (patch) | |
tree | 8d3c9e8d64c26455de02e1d71fa5debaa0a42afc /lib | |
parent | d0bc9fa06e35e28f8a9974345e487334eb96429a (diff) | |
download | FreeBSD-src-303c628e356e5669c8c4ce7f1709fa20563822b4.zip FreeBSD-src-303c628e356e5669c8c4ce7f1709fa20563822b4.tar.gz |
Add used include of <string.h>.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libutil/login.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libutil/login.c b/lib/libutil/login.c index f54ce7b..c160a7a 100644 --- a/lib/libutil/login.c +++ b/lib/libutil/login.c @@ -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> |