blob: 2ae03d4960601184a41cfff3d633f8506c1f5b58 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>
|