From 60daa9be2b660c4583f581c85ea2177b060c4fcb Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Thu, 30 Aug 2012 11:00:31 -0500 Subject: [svn-r22728] I forgot to include H5MMprivate.h header file for using H5MM_free function. Tested on koala. --- src/H5Dio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/H5Dio.c b/src/H5Dio.c index 845f4e9..306fc59 100644 --- a/src/H5Dio.c +++ b/src/H5Dio.c @@ -28,6 +28,7 @@ #include "H5Eprivate.h" /* Error handling */ #include "H5FLprivate.h" /* Free Lists */ #include "H5Iprivate.h" /* IDs */ +#include "H5MMprivate.h" /* Memory management */ #include "H5Sprivate.h" /* Dataspace */ #ifdef H5_HAVE_PARALLEL -- cgit v0.12