summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2002-05-30 19:38:07 +0000
committerwollman <wollman@FreeBSD.org>2002-05-30 19:38:07 +0000
commit303c628e356e5669c8c4ce7f1709fa20563822b4 (patch)
tree8d3c9e8d64c26455de02e1d71fa5debaa0a42afc
parentd0bc9fa06e35e28f8a9974345e487334eb96429a (diff)
downloadFreeBSD-src-303c628e356e5669c8c4ce7f1709fa20563822b4.zip
FreeBSD-src-303c628e356e5669c8c4ce7f1709fa20563822b4.tar.gz
Add used include of <string.h>.
-rw-r--r--lib/libutil/login.c1
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>
OpenPOWER on IntegriCloud