diff options
author | kris <kris@FreeBSD.org> | 2002-08-23 13:21:24 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-08-23 13:21:24 +0800 |
commit | b2b302fde693fbcc3fad24b75492a92a2308f1a0 (patch) | |
tree | 20054c25d18378b4ba845e4294b4cabc004a3e32 /games | |
parent | 9a257274ce012a7cf61be9db3b3c14b18c77b5b3 (diff) | |
download | freebsd-ports-gnome-b2b302fde693fbcc3fad24b75492a92a2308f1a0.tar.gz freebsd-ports-gnome-b2b302fde693fbcc3fad24b75492a92a2308f1a0.tar.zst freebsd-ports-gnome-b2b302fde693fbcc3fad24b75492a92a2308f1a0.zip |
<malloc.h> -> <stdlib.h> to fix build on current
Diffstat (limited to 'games')
-rw-r--r-- | games/freecell-solver/files/patch-alloc.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/freecell-solver/files/patch-alloc.c b/games/freecell-solver/files/patch-alloc.c new file mode 100644 index 000000000000..86c44ef0b407 --- /dev/null +++ b/games/freecell-solver/files/patch-alloc.c @@ -0,0 +1,11 @@ +--- alloc.c.orig Thu Aug 22 22:18:34 2002 ++++ alloc.c Thu Aug 22 22:18:24 2002 +@@ -8,7 +8,7 @@ + * This file is in the public domain (it's uncopyrighted). + */ + +-#include <malloc.h> ++#include <stdlib.h> + #include <stdio.h> + + #include "config.h" |