1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/math/superlu/files/patch-ac

15 lines
319 B
Plaintext
Raw Normal View History

*** SRC/sp_coletree.c.orig Fri Aug 6 05:31:22 1999
--- SRC/sp_coletree.c Thu Dec 16 03:29:12 1999
***************
*** 2,8 ****
--- 2,10 ----
/* Elimination tree computation and layout routines */
#include <stdio.h>
+ #ifndef __STDC__
#include <malloc.h>
+ #endif
#include <stdlib.h>
#include "util.h"