diff options
| -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 472db84843ab..908287d152e4 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 85e3a2e5e3a5..a8e3292380f6 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 6a20737f2da5..80efdd0bdc83 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" |
