From: Eric S. Raymond Date: Wed, 13 Oct 2010 00:48:15 +0000 (-0400) Subject: Add a header that's modern C. X-Git-Tag: 1.4~2 X-Git-Url: https://jxself.org/git/?p=wumpus.git;a=commitdiff_plain;h=9643abd3f165d9e9a85137fb19e898839e7ec568 Add a header that's modern C. --- diff --git a/README b/README index 2178ccc..d6058bc 100644 --- a/README +++ b/README @@ -6,4 +6,4 @@ fixes two minor bugs in my original USENET posting of the source. SUPERHACK is a satire, structurally quite similar to WUMPUS. -For updates and related resources, see http://www.ccil.org/~esr/home.html. +For updates and related resources, see http://www.catb.org/~esr/wunpus/. diff --git a/superhack.c b/superhack.c index f9879fd..3f33547 100644 --- a/superhack.c +++ b/superhack.c @@ -13,6 +13,7 @@ #include #include +#include static int path[5]; static int j, k, scratchloc, pies; diff --git a/wumpus.c b/wumpus.c index a1abb70..5aef1c3 100644 --- a/wumpus.c +++ b/wumpus.c @@ -29,6 +29,7 @@ #include #include +#include /* 5 REM *** HUNT THE WUMPUS *** */