13 lines
371 B
Text
13 lines
371 B
Text
$NetBSD: patch-ah,v 1.2 2009/12/17 20:31:37 abs Exp $
|
|
|
|
--- lib/Matrix/c_data.c.orig 2000-02-21 22:44:25.000000000 +0000
|
|
+++ lib/Matrix/c_data.c
|
|
@@ -25,7 +25,7 @@
|
|
************************************************************************/
|
|
|
|
# include <stdio.h>
|
|
-# include <malloc.h>
|
|
+# include <stdlib.h>
|
|
# include "matrix.h"
|
|
# include "cmatrix.h"
|
|
# include "error.h"
|