summaryrefslogtreecommitdiffstats
path: root/src/hdf5.h
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>1999-12-22 15:29:29 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>1999-12-22 15:29:29 (GMT)
commitf86d9fabb7cb6f60052923d8d0a69024fc2ca5b4 (patch)
tree4076a1662d042a75778fb2b8d3a85708af37d6ac /src/hdf5.h
parentce29075d9e7b0af9e145aeb72b471be627b822df (diff)
downloadhdf5-f86d9fabb7cb6f60052923d8d0a69024fc2ca5b4.zip
hdf5-f86d9fabb7cb6f60052923d8d0a69024fc2ca5b4.tar.gz
hdf5-f86d9fabb7cb6f60052923d8d0a69024fc2ca5b4.tar.bz2
[svn-r1927] Added #include <H5FDdpss.h>
Diffstat (limited to 'src/hdf5.h')
-rw-r--r--src/hdf5.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hdf5.h b/src/hdf5.h
index 4fe9056..4ad3b9e 100644
--- a/src/hdf5.h
+++ b/src/hdf5.h
@@ -46,6 +46,7 @@
#include <H5FDsec2.h> /* POSIX unbuffered file I/O */
#include <H5FDstdio.h> /* Standard C buffered I/O */
#include <H5FDgass.h> /* Remote files using GASS I/O */
+#include <H5FDdpss.h> /* Remote access using Storage Client API */
#include <H5FDmulti.h> /* Usage-partitioned file family */
#endif