openbsd-ports/games/spider/patches/patch-util_c
sthen 035785ef7e a couple more missing prototypes needed for 64-bit arch,
from Michael Warmuth. regen PLIST while there.
2008-10-14 22:54:22 +00:00

11 lines
218 B
Plaintext

--- util.c.orig Sun Aug 3 09:35:39 2008
+++ util.c Sun Aug 3 09:37:57 2008
@@ -24,6 +24,7 @@
#endif /* XAW */
#include <ctype.h>
#include <string.h>
+#include <stdlib.h>
#include <pwd.h>
#define NUM_RETRIES 5