diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 2002-05-30 19:38:07 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 2002-05-30 19:38:07 +0000 |
| commit | 5685a7738f14993c79521affbe617af502492728 (patch) | |
| tree | 8d3c9e8d64c26455de02e1d71fa5debaa0a42afc /lib | |
| parent | 6ea89183fc66d5310120c9155686f68dd21b2505 (diff) | |
Notes
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 f54ce7be76c1..c160a7aa9151 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> |
