openbsd-ports/games/spider/patches/patch-xv_ui_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
228 B
Plaintext

--- xv_ui.c.orig Sun Aug 3 09:38:21 2008
+++ xv_ui.c Sun Aug 3 09:42:50 2008
@@ -16,6 +16,7 @@
*/
#include <stdio.h>
+#include <stdlib.h>
#include <xview/xview.h>
#include <xview/canvas.h>
#include <xview/icon_load.h>