BSD 4_4_Lite2 release
[unix-history] / usr / src / bin / sh / mystring.c
index 1b9eeea..33ef29d 100644 (file)
@@ -35,7 +35,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)mystring.c 8.1 (Berkeley) 5/31/93";
+static char sccsid[] = "@(#)mystring.c 8.2 (Berkeley) 5/4/95";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
@@ -48,6 +48,7 @@ static char sccsid[] = "@(#)mystring.c        8.1 (Berkeley) 5/31/93";
  *     is_number(s)            Return true if s is a string of digits.
  */
 
  *     is_number(s)            Return true if s is a string of digits.
  */
 
+#include <stdlib.h>
 #include "shell.h"
 #include "syntax.h"
 #include "error.h"
 #include "shell.h"
 #include "syntax.h"
 #include "error.h"