summaryrefslogtreecommitdiffstats
path: root/src/H5Dio.c
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2012-08-30 16:00:31 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2012-08-30 16:00:31 (GMT)
commit60daa9be2b660c4583f581c85ea2177b060c4fcb (patch)
treed37b1127c15423c3316c6ea5b0cdd1d827602aec /src/H5Dio.c
parent527a6edb3ef6cc698efb3ddfb41279541fee0602 (diff)
downloadhdf5-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/H5Dio.c')
-rw-r--r--src/H5Dio.c1
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