aboutsummaryrefslogtreecommitdiff
path: root/math/parmgridgen/files/patch-ParMGridGen_ParLib_parmgridgen.h
blob: 0adafd1ca756de8f48559455185a4a376746c6ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ParMGridGen/ParLib/parmgridgen.h.orig	2010-02-24 15:21:58.000000000 +0600
+++ ParMGridGen/ParLib/parmgridgen.h	2010-02-24 15:22:03.000000000 +0600
@@ -21,7 +21,7 @@
 #ifdef DMALLOC
 #include <dmalloc.h>
 #else
-#include <malloc.h>
+#include <stdlib.h>
 #endif
 
 #include "IMlib.h"