aboutsummaryrefslogtreecommitdiffstats
path: root/games/freecell-solver/files/patch-alloc.c
blob: 86c44ef0b4077c4572bd4348cbaee7e2bd05b333 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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"