ports/math/arpack++/files/patch-include::arlutil.h
Pav Lucistnik 196470e8fc Add arpack++, an object-oriented version of the ARPACK package.
It's just a collection of class templates, because templates are
defined in header (.h) files

PR:		ports/58535
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-12-07 02:47:24 +00:00

11 lines
258 B
C

--- include/arlutil.h.orig Thu Jul 31 22:32:42 1997
+++ include/arlutil.h Mon Oct 20 00:09:43 2003
@@ -12,7 +12,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <assert.h>
/* Macros */