1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/games/xlife/files/patch-main.c
Pav Lucistnik de9b2d229e - Fix runtime on amd64
PR:		ports/132949
Submitted by:	billy <markslashbill@yahoo.co.uk>
2009-03-24 12:04:16 +00:00

11 lines
224 B
C

--- main.c.orig 1991-04-03 04:04:28.000000000 +0200
+++ main.c 2009-03-24 13:02:59.000000000 +0100
@@ -31,6 +31,7 @@
#include <X11/Xatom.h>
#include <stdio.h>
+#include <stdlib.h>
#include "defs.h"
#include "icon.h"