string.h is ANSI C include file
[unix-history] / usr / src / usr.bin / chpass / field.c
index 14d618d..2e7bc21 100644 (file)
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)field.c    5.10 (Berkeley) %G%";
+static char sccsid[] = "@(#)field.c    5.11 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #include <pwd.h>
 #include <grp.h>
 #endif /* not lint */
 
 #include <sys/param.h>
 #include <pwd.h>
 #include <grp.h>
-#include <strings.h>
+#include <string.h>
 #include <stdio.h>
 #include <ctype.h>
 #include "chpass.h"
 #include <stdio.h>
 #include <ctype.h>
 #include "chpass.h"