summaryrefslogtreecommitdiffstats
path: root/src/H5Ddeprec.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-03-02 18:58:43 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-03-02 18:58:43 (GMT)
commitf2865f4fe83e46921f9e48241893b3798f502a90 (patch)
tree9edbc27e8fc037b2909df1a0fd42e24aff48c70f /src/H5Ddeprec.c
parent773e3b052985d44ed92da1f264b1f1c972362d58 (diff)
downloadhdf5-f2865f4fe83e46921f9e48241893b3798f502a90.zip
hdf5-f2865f4fe83e46921f9e48241893b3798f502a90.tar.gz
hdf5-f2865f4fe83e46921f9e48241893b3798f502a90.tar.bz2
[svn-r18356] Description:
Converge metadata journaling branch with trunk with a bunch of v1 B-tre changes: - Remove H5ACprivate.h header from H5Bprivate.h header - Revise v1 B-tree client callbacks - Get rid of H5B_serialize() by bringing it into H5B_flush() Tested on: Mac OS X/32 10.6.2 (amazon) w/debug, prod & parallel (h5committest not required on this branch)
Diffstat (limited to 'src/H5Ddeprec.c')
-rw-r--r--src/H5Ddeprec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Ddeprec.c b/src/H5Ddeprec.c
index a07c86f..340f4a0 100644
--- a/src/H5Ddeprec.c
+++ b/src/H5Ddeprec.c
@@ -41,6 +41,7 @@
/* Headers */
/***********/
#include "H5private.h" /* Generic Functions */
+#include "H5ACprivate.h" /* Metadata cache */
#include "H5Dpkg.h" /* Datasets */
#include "H5Eprivate.h" /* Error handling */
#include "H5Iprivate.h" /* IDs */