diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2012-08-30 16:00:31 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2012-08-30 16:00:31 (GMT) |
commit | 60daa9be2b660c4583f581c85ea2177b060c4fcb (patch) | |
tree | d37b1127c15423c3316c6ea5b0cdd1d827602aec /src | |
parent | 527a6edb3ef6cc698efb3ddfb41279541fee0602 (diff) | |
download | hdf5-60daa9be2b660c4583f581c85ea2177b060c4fcb.zip hdf5-60daa9be2b660c4583f581c85ea2177b060c4fcb.tar.gz hdf5-60daa9be2b660c4583f581c85ea2177b060c4fcb.tar.bz2 |
[svn-r22728] I forgot to include H5MMprivate.h header file for using H5MM_free function.
Tested on koala.
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Dio.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |