added string.h
authorChristos Zoulas <christos@ucbvax.Berkeley.EDU>
Fri, 9 Jun 1995 12:47:21 +0000 (04:47 -0800)
committerChristos Zoulas <christos@ucbvax.Berkeley.EDU>
Fri, 9 Jun 1995 12:47:21 +0000 (04:47 -0800)
SCCS-vsn: bin/sh/input.c 8.3

usr/src/bin/sh/input.c

index 4ce4f22..fbc68a7 100644 (file)
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)input.c    8.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)input.c    8.3 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>     /* defines BUFSIZ */
 #endif /* not lint */
 
 #include <stdio.h>     /* defines BUFSIZ */
@@ -17,6 +17,7 @@ static char sccsid[] = "@(#)input.c   8.2 (Berkeley) %G%";
 #include <errno.h>
 #include <unistd.h>
 #include <stdlib.h>
 #include <errno.h>
 #include <unistd.h>
 #include <stdlib.h>
+#include <string.h>
 
 /*
  * This file implements the input routines used by the parser.
 
 /*
  * This file implements the input routines used by the parser.