mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
354 B
Plaintext
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>
|