summaryrefslogtreecommitdiff
path: root/devel/cbind/files/patch-allocate.c
blob: 8491e56be3b7d8839542c76faf50299c4a155765 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- allocate.c.orig	Fri May 19 16:53:10 1995
+++ allocate.c	Mon Dec 23 08:38:17 2002
@@ -4,7 +4,7 @@
 #include <sys/types.h>
 #include <unistd.h>
 #include <string.h>
-#include <malloc.h>
+#include <stdlib.h>
 #include "ansi.h"
 #include "config.h"
 #include "allocate.h"