summaryrefslogtreecommitdiff
path: root/cad/fastcap/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'cad/fastcap/patches/patch-ad')
-rw-r--r--cad/fastcap/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/cad/fastcap/patches/patch-ad b/cad/fastcap/patches/patch-ad
new file mode 100644
index 00000000000..8dc7366fc86
--- /dev/null
+++ b/cad/fastcap/patches/patch-ad
@@ -0,0 +1,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>