From 1542d3daa957ac684b6b1be6fcd09dabcff4fc75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Sat, 24 Nov 2001 14:11:09 +0000 Subject: Use stdlib.h instead of malloc.h, which is deprecated. --- games/acm/files/patch-07 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 games/acm/files/patch-07 (limited to 'games/acm/files/patch-07') diff --git a/games/acm/files/patch-07 b/games/acm/files/patch-07 new file mode 100644 index 000000000000..47a96da07835 --- /dev/null +++ b/games/acm/files/patch-07 @@ -0,0 +1,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 ++#ifdef HAVE_STDLIB_H ++#include ++#else + #include ++#endif + #include + #ifdef HAVE_NDBM + #include -- cgit v1.2.3