2013-09-26 17:14:40 +02:00

14 lines
354 B
Plaintext

$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>