diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2016-01-05 03:37:06 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2016-01-05 03:37:06 (GMT) |
commit | 4b90bb3317c39b347fd67dc753d70fe6808e4f2b (patch) | |
tree | 485779c7243f11748401a184bf8f0a9b6a675b9e /src/H5B2.c | |
parent | 4c5bb2b8db3c16c9ec7a3f7f7eebf7fbeac8c48b (diff) | |
download | hdf5-4b90bb3317c39b347fd67dc753d70fe6808e4f2b.zip hdf5-4b90bb3317c39b347fd67dc753d70fe6808e4f2b.tar.gz hdf5-4b90bb3317c39b347fd67dc753d70fe6808e4f2b.tar.bz2 |
[svn-r28798] Description:
Add missing H5MMprivate.h header file
Tested on:
Linux/32 2.6.x (jam) w/serial
MacOSX/64 10.11.2 (amazon) w/serial & parallel
Diffstat (limited to 'src/H5B2.c')
-rw-r--r-- | src/H5B2.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ #include "H5private.h" /* Generic Functions */ #include "H5B2pkg.h" /* v2 B-trees */ #include "H5Eprivate.h" /* Error handling */ +#include "H5MMprivate.h" /* Memory management */ /****************/ |