From 6baed67905135dcb3f86b5472a36c7c201e93921 Mon Sep 17 00:00:00 2001 From: John Mainzer Date: Wed, 28 Sep 2005 17:00:55 -0500 Subject: [svn-r11475] Purpose: Bug fix Description: In production builds, H5MM_malloc was undefined in H5AC.c Solution: Include H5MMprivate.h in H5AC.c, which defines H5MM_malloc() in both debug and production modes. Platforms tested: h5committested, serial production build on Heping Misc. update: --- src/H5AC.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/H5AC.c b/src/H5AC.c index eff9137..4b00b52 100644 --- a/src/H5AC.c +++ b/src/H5AC.c @@ -61,6 +61,7 @@ #include "H5FDprivate.h" /* File drivers */ #include "H5FLprivate.h" /* Free Lists */ #include "H5Iprivate.h" /* IDs */ +#include "H5MMprivate.h" /* Memory management */ #include "H5Pprivate.h" /* Property lists */ #ifdef H5_HAVE_FPHDF5 -- cgit v0.12