pkgsrc/cad/felt/patches/patch-ag
2007-08-08 19:15:44 +00:00

13 lines
321 B
Text

$NetBSD: patch-ag,v 1.1 2007/08/08 19:15:45 joerg Exp $
--- lib/Matrix/c_factor.c.orig 2007-08-08 18:40:32.000000000 +0000
+++ lib/Matrix/c_factor.c
@@ -26,7 +26,7 @@
# include <stdio.h>
# include <math.h>
-# include <malloc.h>
+# include <stdlib.h>
# include "matrix.h"
# include "cmatrix.h"
# include "error.h"