Add #include <string.h> to get prototypes.

This commit is contained in:
John Birrell
1998-02-20 19:53:12 +00:00
parent 58a76373c2
commit e4fcd28b7f
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -38,6 +38,7 @@
static char sccsid[] = "@(#)parser4.c 8.1 (Berkeley) 6/6/93";
#endif /* not lint */
#include <string.h>
#include "parser.h"
/*
+1
View File
@@ -38,6 +38,7 @@
static char sccsid[] = "@(#)wwdump.c 8.1 (Berkeley) 6/6/93";
#endif /* not lint */
#include <string.h>
#include "ww.h"
#include "tt.h"