summaryrefslogtreecommitdiffstats
path: root/games/antipolix/files/patch-creation.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/antipolix/files/patch-creation.c')
-rw-r--r--games/antipolix/files/patch-creation.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/games/antipolix/files/patch-creation.c b/games/antipolix/files/patch-creation.c
new file mode 100644
index 0000000..b55890d
--- /dev/null
+++ b/games/antipolix/files/patch-creation.c
@@ -0,0 +1,14 @@
+--- creation.c Thu Aug 3 22:29:37 1995
++++ /home/andy/tmp/wrk/creation.c Wed Dec 2 21:02:24 1998
+@@ -1,7 +1,11 @@
+ #include "creation.h"
+ #include "game.h"
+
++#ifdef __FreeBSD__
++#include <stdlib.h>
++#else
+ #include <malloc.h>
++#endif
+
+ void CreateUniverse(Univers *U, int NbNiveaux, int Taille)
+ {
OpenPOWER on IntegriCloud