summaryrefslogtreecommitdiff
path: root/cad/fastcap/patches/patch-ad
blob: 8dc7366fc8624117a9c1d121650901115f5f8f42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.1 2004/05/07 01:44:03 danw Exp $

--- src/mulGlobal.h.orig	Sun May  2 21:32:44 2004
+++ src/mulGlobal.h
@@ -42,7 +42,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>