Add #include string.h to get prototypes.

This commit is contained in:
John Birrell 1998-05-09 10:50:29 +00:00
parent e0c780eee3
commit 7625cdf7fc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35884
3 changed files with 3 additions and 0 deletions

View file

@ -35,6 +35,7 @@
static char sccsid[] = "@(#)dr_2.c 8.1 (Berkeley) 5/31/93";
#endif /* not lint */
#include <string.h>
#include "driver.h"
#define couldwin(f,t) (f->specs->crew2 > t->specs->crew2 * 1.5)

View file

@ -35,6 +35,7 @@
static char sccsid[] = "@(#)pl_5.c 8.1 (Berkeley) 5/31/93";
#endif /* not lint */
#include <string.h>
#include "player.h"
#define turnfirst(x) (*x == 'r' || *x == 'l')

View file

@ -36,6 +36,7 @@ static char sccsid[] = "@(#)pl_7.c 8.1 (Berkeley) 5/31/93";
#endif /* not lint */
#include <sys/ttydefaults.h>
#include <string.h>
#include "player.h"