summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-05-02 15:41:06 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-05-02 15:41:06 (GMT)
commitf60f3b6870a62a964a5a4e325d6eee1c6d4f126f (patch)
tree5f7bad7e57d960fa3b99cd1f7626c3b58274faf5 /src
parenta4553b35e1e2dae2e5f99cfd2286b1c89f84b43d (diff)
downloadhdf5-f60f3b6870a62a964a5a4e325d6eee1c6d4f126f.zip
hdf5-f60f3b6870a62a964a5a4e325d6eee1c6d4f126f.tar.gz
hdf5-f60f3b6870a62a964a5a4e325d6eee1c6d4f126f.tar.bz2
Add missing headers
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