diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-31 19:27:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-31 19:27:20 +0000 |
commit | 158a21b556800e8e5f28f988dc659e0a91a738db (patch) | |
tree | d0edbbd9fa00b571cee7d55fbcdf1caf9eee4eae | |
parent | e589d1775bccd04c8a37443e1498f580334ffc46 (diff) |
proto malloc
-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 8137f2d4a92..485dc1edd25 100644 --- a/games/adventure/io.c +++ b/games/adventure/io.c @@ -51,6 +51,7 @@ static char rcsid[] = "$NetBSD: io.c,v 1.3 1995/04/24 12:21:37 cgd Exp $"; #include "hdr.h" #include <stdio.h> #include <string.h> +#include <stdlib.h> getin(wrd1,wrd2) /* get command from user */ |