summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/adventure/io.c1
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 */