pkgsrc/cad/felt/patches/patch-ae

14 lines
346 B
Text
Raw Normal View History

2009-12-17 20:58:19 +01:00
$NetBSD: patch-ae,v 1.2 2009/12/17 20:31:37 abs Exp $
2007-08-08 21:15:44 +02:00
2009-12-17 20:58:19 +01:00
--- lib/Matrix/data.c.orig 2000-02-21 22:44:25.000000000 +0000
2007-08-08 21:15:44 +02:00
+++ lib/Matrix/data.c
@@ -25,7 +25,7 @@
************************************************************************/
# include <stdio.h>
-# include <malloc.h>
+# include <stdlib.h>
# include "matrix.h"
# include "error.h"