mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
cbb00356c0
preconditioners for solving equations. It is required by some FEM packages on the net like Felyx and IMOOSE. ITL is said to work especially fast with gcc-3.3. PR: ports/55717 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
12 lines
229 B
Plaintext
12 lines
229 B
Plaintext
--- test/mmio.c.orig Mon Aug 18 22:04:50 2003
|
|
+++ test/mmio.c Mon Aug 18 22:05:10 2003
|
|
@@ -9,7 +9,7 @@
|
|
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <ctype.h>
|
|
|
|
#include "mmio.h"
|