1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/math/superlu/files/patch-SRC+sp_coletree.c
Maho Nakata 3fdb55203a update to 3.0
Noticed by:	pav (long long ago) and Ricardo <ragomes@sc.usp.br>
2004-04-01 11:38:49 +00:00

13 lines
287 B
C

--- SRC/sp_coletree.c.orig Fri Sep 26 08:22:05 2003
+++ SRC/sp_coletree.c Thu Apr 1 20:29:10 2004
@@ -2,6 +2,9 @@
/* Elimination tree computation and layout routines */
#include <stdio.h>
+#ifndef __STDC__
+#include <malloc.h>
+#endif
#include <stdlib.h>
#include "dsp_defs.h"