diff options
author | John Birrell <jb@FreeBSD.org> | 1998-05-09 10:50:29 +0000 |
---|---|---|
committer | John Birrell <jb@FreeBSD.org> | 1998-05-09 10:50:29 +0000 |
commit | 7625cdf7fcd709c11c2055fe53f4fe198b1a14fa (patch) | |
tree | 6728fa4050a1d46976ec584cd3b82fc441ae1fd3 /games | |
parent | e0c780eee36cbd44f029903dd7a6ba48dc539618 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/sail/dr_2.c | 1 | ||||
-rw-r--r-- | games/sail/pl_5.c | 1 | ||||
-rw-r--r-- | games/sail/pl_7.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/games/sail/dr_2.c b/games/sail/dr_2.c index 472db84843abd..908287d152e45 100644 --- a/games/sail/dr_2.c +++ b/games/sail/dr_2.c @@ -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) diff --git a/games/sail/pl_5.c b/games/sail/pl_5.c index 85e3a2e5e3a53..a8e3292380f62 100644 --- a/games/sail/pl_5.c +++ b/games/sail/pl_5.c @@ -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') diff --git a/games/sail/pl_7.c b/games/sail/pl_7.c index 6a20737f2da5e..80efdd0bdc837 100644 --- a/games/sail/pl_7.c +++ b/games/sail/pl_7.c @@ -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" |