Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/games/acm/files/patch-dis_server_sites.c
16151 views
1
--- dis/server/sites.c~ Sat Nov 24 14:46:24 2001
2
+++ dis/server/sites.c Sat Nov 24 14:46:03 2001
3
@@ -27,7 +27,11 @@
4
* README file.
5
*/
6
#include <server.h>
7
+#ifdef HAVE_STDLIB_H
8
+#include <stdlib.h>
9
+#else
10
#include <malloc.h>
11
+#endif
12
#include <string.h>
13
#ifdef HAVE_NDBM
14
#include <ndbm.h>
15
16