diff options
Diffstat (limited to 'games/adventure/io.c')
-rw-r--r-- | games/adventure/io.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/adventure/io.c b/games/adventure/io.c index 0f7bd3f..df1236b 100644 --- a/games/adventure/io.c +++ b/games/adventure/io.c @@ -45,6 +45,7 @@ static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 5/31/93"; #include "hdr.h" #include <stdio.h> #include <stdlib.h> +#include <string.h> getin(wrd1,wrd2) /* get command from user */ |