History update, version bump and new license.
[wumpus.git] / wumpus.c
index bf9f0a6534955fc784c927f5d2fcdcf9b1d65806..5aef1c3a19608601b9d2f7062b48ffee81c5979c 100644 (file)
--- a/wumpus.c
+++ b/wumpus.c
@@ -2,10 +2,7 @@
  * wumpus.c --- a faithful translation of the classic "Hunt The Wumpus" game.
  *
  * Translator: Eric S. Raymond <esr@snark.thyrsus.com>
- * Version: $Id: wumpus.c,v 1.3 1993/11/07 19:19:27 esr Exp esr $
- *
- * This was the state of the art 20 years ago, in 1972.  We've come a long
- * way, baby.
+ * Version: $Id: wumpus.c,v 1.4 1996/05/17 17:30:35 esr Exp esr $
  *
  * The BASIC source is that posted by Magnus Olsson in USENET article
  * <9207071854.AA21847@thep.lu.se>: he wrote
@@ -32,6 +29,7 @@
 
 #include <stdio.h>
 #include <ctype.h>
+#include <stdlib.h>
 
 /* 5 REM *** HUNT THE WUMPUS ***                                       */