summaryrefslogtreecommitdiffstats
path: root/src/H5Distore.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2008-04-05 04:24:19 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2008-04-05 04:24:19 (GMT)
commit935f20f142196edd6272d4621cf41ad817677da1 (patch)
tree0751b89098852a8419b1ee32ea140fc67e8d6a1f /src/H5Distore.c
parent1c425ac9d2dead1c028370a068ac7add6634ed85 (diff)
downloadhdf5-935f20f142196edd6272d4621cf41ad817677da1.zip
hdf5-935f20f142196edd6272d4621cf41ad817677da1.tar.gz
hdf5-935f20f142196edd6272d4621cf41ad817677da1.tar.bz2
[svn-r14797] Description:
Misc. cleanups found while compiling in other environments. Still failing on linux machines with a memory corruption error and not finished building in parallel yet either... Tested on: FreeBSD/32 6.2 (duty) in debug mode FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, in production mode Mac OS X/32 10.4.10 (amazon) in debug mode Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode
Diffstat (limited to 'src/H5Distore.c')
-rw-r--r--src/H5Distore.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Distore.c b/src/H5Distore.c
index f78ba36..8a3c1b0 100644
--- a/src/H5Distore.c
+++ b/src/H5Distore.c
@@ -52,6 +52,7 @@
/* Headers */
/***********/
#include "H5private.h" /* Generic Functions */
+#include "H5ACprivate.h" /* Metadata cache */
#include "H5Bprivate.h" /* B-link trees */
#include "H5Dpkg.h" /* Datasets */
#include "H5Eprivate.h" /* Error handling */