14 lines
348 B
Text
14 lines
348 B
Text
|
$NetBSD: patch-ae,v 1.1 2007/08/08 19:15:45 joerg Exp $
|
||
|
|
||
|
--- lib/Matrix/data.c.orig 2007-08-08 18:34:32.000000000 +0000
|
||
|
+++ lib/Matrix/data.c
|
||
|
@@ -25,7 +25,7 @@
|
||
|
************************************************************************/
|
||
|
|
||
|
# include <stdio.h>
|
||
|
-# include <malloc.h>
|
||
|
+# include <stdlib.h>
|
||
|
# include "matrix.h"
|
||
|
# include "error.h"
|
||
|
|