string.h is ANSI C include file
[unix-history] / usr / src / usr.bin / finger / util.c
index 578f661..b4ce6da 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)util.c     5.10 (Berkeley) %G%";
+static char sccsid[] = "@(#)util.c     5.11 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -24,7 +24,7 @@ static char sccsid[] = "@(#)util.c    5.10 (Berkeley) %G%";
 #include <sys/file.h>
 #include <stdio.h>
 #include <ctype.h>
 #include <sys/file.h>
 #include <stdio.h>
 #include <ctype.h>
-#include <strings.h>
+#include <string.h>
 #include "finger.h"
 #include "pathnames.h"
 
 #include "finger.h"
 #include "pathnames.h"