diff options
Diffstat (limited to 'games/sail/pl_5.c')
-rw-r--r-- | games/sail/pl_5.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/sail/pl_5.c b/games/sail/pl_5.c index 85e3a2e..a8e3292 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') |