diff options
Diffstat (limited to 'cad/fasthenry/patches/patch-ax')
-rw-r--r-- | cad/fasthenry/patches/patch-ax | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cad/fasthenry/patches/patch-ax b/cad/fasthenry/patches/patch-ax new file mode 100644 index 00000000000..2ae03d49606 --- /dev/null +++ b/cad/fasthenry/patches/patch-ax @@ -0,0 +1,13 @@ +$NetBSD: patch-ax,v 1.1 2004/05/07 01:44:45 danw Exp $ + +--- src/zbuf/mulGlobal.h.orig Sun May 2 21:47:21 2004 ++++ src/zbuf/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> |