From 9762206457cf4e43b2901545d3e6a96299062d5e Mon Sep 17 00:00:00 2001 From: John Birrell Date: Sat, 9 May 1998 08:17:46 +0000 Subject: [PATCH] Add #include string.h to get prototypes. --- games/morse/morse.c | 1 + 1 file changed, 1 insertion(+) diff --git a/games/morse/morse.c b/games/morse/morse.c index bbba9b25d251..08b3c03586c5 100644 --- a/games/morse/morse.c +++ b/games/morse/morse.c @@ -50,6 +50,7 @@ static char sccsid[] = "@(#)morse.c 8.1 (Berkeley) 5/31/93"; #include #include #include +#include #ifdef SPEAKER #include