blob: 0de0deeaf43bedb91bb2c24aba0e171fb7735ec9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-av,v 1.1 2004/05/07 01:44:45 danw Exp $
--- src/fasthenry/mulGlobal.h.orig Sun May 2 21:40:34 2004
+++ src/fasthenry/mulGlobal.h
@@ -45,7 +45,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>
|