summaryrefslogtreecommitdiff
path: root/cad/fasthenry/patches/patch-ar
blob: 38c91a578feec4af64e947595429723f648db31a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ar,v 1.2 2004/09/20 02:08:58 dmcmahill Exp $

--- src/zbuf/mulGlobal.h.orig	Tue Aug  3 22:17:22 2004
+++ src/zbuf/mulGlobal.h
@@ -76,7 +76,7 @@ extern char *   calloc();
 extern char *   malloc();
 extern char *   realloc();
 #else
-#include <malloc.h>
+#include <stdlib.h>
 #endif /* end if NEWS */
 #include <stdio.h>
 #include <math.h>