forked from pool/wumpus
1366a0556b
Please accept this new RPM. This is one good cult game. OBS-URL: https://build.opensuse.org/request/show/311184 OBS-URL: https://build.opensuse.org/package/show/games/wumpus?expand=0&rev=1
21 lines
407 B
Diff
21 lines
407 B
Diff
--- superhack.c.orig 2015-04-04 12:36:55.000000000 +0200
|
|
+++ superhack.c 2015-06-08 18:29:28.574280952 +0200
|
|
@@ -13,6 +13,9 @@
|
|
#include <stdio.h>
|
|
#include <ctype.h>
|
|
#include <stdlib.h>
|
|
+#include <string.h>
|
|
+#include <unistd.h>
|
|
+#include <sys/socket.h>
|
|
|
|
static int path[5];
|
|
static int j, k, scratchloc, pies;
|
|
@@ -423,6 +426,7 @@
|
|
break;
|
|
}
|
|
}
|
|
+ return 0;
|
|
}
|
|
|
|
/* superhack.c ends here */
|