diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 1999-12-22 15:29:29 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 1999-12-22 15:29:29 (GMT) |
commit | f86d9fabb7cb6f60052923d8d0a69024fc2ca5b4 (patch) | |
tree | 4076a1662d042a75778fb2b8d3a85708af37d6ac /src | |
parent | ce29075d9e7b0af9e145aeb72b471be627b822df (diff) | |
download | hdf5-f86d9fabb7cb6f60052923d8d0a69024fc2ca5b4.zip hdf5-f86d9fabb7cb6f60052923d8d0a69024fc2ca5b4.tar.gz hdf5-f86d9fabb7cb6f60052923d8d0a69024fc2ca5b4.tar.bz2 |
[svn-r1927] Added #include <H5FDdpss.h>
Diffstat (limited to 'src')
-rw-r--r-- | src/hdf5.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |