diff options
Diffstat (limited to 'math/superlu/files/patch-ac')
-rw-r--r-- | math/superlu/files/patch-ac | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/math/superlu/files/patch-ac b/math/superlu/files/patch-ac new file mode 100644 index 000000000000..f0a53b9b793e --- /dev/null +++ b/math/superlu/files/patch-ac @@ -0,0 +1,14 @@ +*** 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" + |