summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2020-05-04 16:49:19 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2020-05-04 16:49:19 (GMT)
commit049cc840cf2d0e4f514de1eb7b5baf37fc74205b (patch)
tree4e604271180c7c4c2d6dda7ed9116485b0993e0f /src
parente49d4fd62f1f27d9dd5a41fc77013df858ff9ed8 (diff)
parentde81454306f5781c452bf8ce2bbd383aa708ff39 (diff)
downloadhdf5-049cc840cf2d0e4f514de1eb7b5baf37fc74205b.zip
hdf5-049cc840cf2d0e4f514de1eb7b5baf37fc74205b.tar.gz
hdf5-049cc840cf2d0e4f514de1eb7b5baf37fc74205b.tar.bz2
Merge branch 'hdf5_1_8' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_8
Diffstat (limited to 'src')
-rw-r--r--src/hdf5.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hdf5.h b/src/hdf5.h
index 36be62e..6b7b1f2 100644
--- a/src/hdf5.h
+++ b/src/hdf5.h
@@ -41,9 +41,11 @@
/* Predefined file drivers */
#include "H5FDcore.h" /* Files stored entirely in memory */
#include "H5FDfamily.h" /* File families */
+#include "H5FDhdfs.h" /* Hadoop HDFS */
#include "H5FDlog.h" /* sec2 driver with I/O logging (for debugging) */
#include "H5FDmpi.h" /* MPI-based file drivers */
#include "H5FDmulti.h" /* Usage-partitioned file family */
+#include "H5FDros3.h" /* R/O S3 "file" I/O */
#include "H5FDsec2.h" /* POSIX unbuffered file I/O */
#include "H5FDstdio.h" /* Standard C buffered I/O */
#ifdef H5_HAVE_WINDOWS