13 lines
364 B
Text
13 lines
364 B
Text
$NetBSD: patch-ae,v 1.1 2007/07/28 01:42:50 joerg Exp $
|
|
|
|
--- biginit.c.orig 2007-07-28 01:24:10.000000000 +0000
|
|
+++ biginit.c
|
|
@@ -7,7 +7,7 @@ is in the allocations of memory for the
|
|
*/
|
|
|
|
#include <string.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
/* see Fractint.c for a description of the "include" hierarchy */
|
|
#include "port.h"
|
|
#include "prototyp.h"
|