string.h is ANSI C include file
[unix-history] / usr / src / usr.bin / login / login.c
index 84759f2..73a0b82 100644 (file)
@@ -22,7 +22,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)login.c    5.53 (Berkeley) %G%";
+static char sccsid[] = "@(#)login.c    5.54 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
@@ -48,7 +48,7 @@ static char sccsid[] = "@(#)login.c   5.53 (Berkeley) %G%";
 #include <pwd.h>
 #include <setjmp.h>
 #include <stdio.h>
 #include <pwd.h>
 #include <setjmp.h>
 #include <stdio.h>
-#include <strings.h>
+#include <string.h>
 #include <tzfile.h>
 #include "pathnames.h"
 
 #include <tzfile.h>
 #include "pathnames.h"