freebsd-ports/games/yamsweeper/files/patch-aa
Stephen Montgomery-Smith fdff9a1118 - Fix segmentation fault under amd64 environment.
- Bump portrevision.

PR:		ports/162896
Submitted by:	Yasuhito FUTATSUKI <futatuki@bsdclub.org>
2011-12-26 05:32:53 +00:00

10 lines
248 B
Text

--- main.c.orig 1994-11-03 09:20:41.000000000 +0900
+++ main.c 2011-11-26 23:01:07.000000000 +0900
@@ -23,6 +23,7 @@
#include <X11/cursorfont.h>
#include <stdio.h>
#include <signal.h>
+#include <stdlib.h>
#ifndef sun
#include <time.h>
#endif