lint
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 29 Apr 1993 07:12:25 +0000 (23:12 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 29 Apr 1993 07:12:25 +0000 (23:12 -0800)
SCCS-vsn: bin/cp/utils.c 5.8

usr/src/bin/cp/utils.c

index 0af7d51..21ffbda 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)utils.c    5.7 (Berkeley) %G%";
+static char sccsid[] = "@(#)utils.c    5.8 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -19,6 +19,7 @@ static char sccsid[] = "@(#)utils.c   5.7 (Berkeley) %G%";
 #include <fts.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <fts.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <unistd.h>
 
 #include "extern.h"
 #include <unistd.h>
 
 #include "extern.h"