summaryrefslogtreecommitdiffstats
path: root/games/acm/files/patch-07
blob: 47a96da078359b53bbd82713108d71c4bcd60163 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- dis/server/sites.c~	Sat Nov 24 14:46:24 2001
+++ dis/server/sites.c	Sat Nov 24 14:46:03 2001
@@ -27,7 +27,11 @@
  *   README file.
  */
 #include <server.h>
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#else
 #include <malloc.h>
+#endif
 #include <string.h>
 #ifdef HAVE_NDBM
 #include <ndbm.h>
OpenPOWER on IntegriCloud