string.h is ANSI C include file
[unix-history] / usr / src / usr.bin / hexdump / parse.c
index 2109d12..c29aeba 100644 (file)
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)parse.c    5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)parse.c    5.3 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #include <sys/file.h>
 #include <stdio.h>
 #include <ctype.h>
 #endif /* not lint */
 
 #include <sys/types.h>
 #include <sys/file.h>
 #include <stdio.h>
 #include <ctype.h>
-#include <strings.h>
+#include <string.h>
 #include "hexdump.h"
 
 FU *endfu;                                     /* format at end-of-data */
 #include "hexdump.h"
 
 FU *endfu;                                     /* format at end-of-data */