13 lines
339 B
Text
13 lines
339 B
Text
$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>
|