blob: d1e67fdfe94559a4f057b4314fc07d6c4fc98315 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- MGridGen/Lib/mgridgen.h.orig 2010-02-24 15:30:01.000000000 +0600
+++ MGridGen/Lib/mgridgen.h 2010-02-24 15:30:09.000000000 +0600
@@ -26,7 +26,7 @@
#ifdef DMALLOC
#include <dmalloc.h>
#else
-#include <malloc.h>
+#include <stdlib.h>
#endif
#include "defs.h"
|