summaryrefslogtreecommitdiff
path: root/games/antipolix/files/patch-ac
blob: b55890dc43ab567b91d8e0ec8bf0c51a57eb53b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)
 {