summaryrefslogtreecommitdiffstats
path: root/src/H5FDdpss.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2001-11-03 22:27:54 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2001-11-03 22:27:54 (GMT)
commit0001a136175eb59c3c2ff778c67e763bae73f473 (patch)
tree7ec60d039e634e43192f5e327b0c327b94e232d9 /src/H5FDdpss.c
parent3af26fa7a598221427d43fa8a1620cf18fbeb2dc (diff)
downloadhdf5-0001a136175eb59c3c2ff778c67e763bae73f473.zip
hdf5-0001a136175eb59c3c2ff778c67e763bae73f473.tar.gz
hdf5-0001a136175eb59c3c2ff778c67e763bae73f473.tar.bz2
[svn-r4589] Purpose:
Code cleanup Description: Clean up various compiler warnings from generic property updates. Platforms tested: FreeBSD 4.4 (hawkwind)
Diffstat (limited to 'src/H5FDdpss.c')
-rw-r--r--src/H5FDdpss.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5FDdpss.c b/src/H5FDdpss.c
index f42f471..13da176 100644
--- a/src/H5FDdpss.c
+++ b/src/H5FDdpss.c
@@ -14,6 +14,7 @@
#include "H5Eprivate.h" /* error handling */
#include "H5FDprivate.h" /*file driver */
#include "H5FDdpss.h"
+#include "H5Iprivate.h" /*object IDs */
#include "H5MMprivate.h" /* memory management */
#ifdef COALESCE_READS