From bc5f379e7de86face45f6827358721272b75a49f Mon Sep 17 00:00:00 2001 From: Thomas Radke Date: Fri, 15 Sep 2000 06:51:28 -0500 Subject: [svn-r2560] Purpose: Include the Stream VFD's header file H5FDstream.h. Description: All the VFD's header files are included by hdf5.h itself for convenience. --- src/hdf5.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hdf5.h b/src/hdf5.h index 094cebb..c5d2858 100644 --- a/src/hdf5.h +++ b/src/hdf5.h @@ -48,6 +48,7 @@ #include /* Remote access using SRB */ #include /* Remote files using GASS I/O */ #include /* Remote access using Storage Client API */ +#include /* in-memory files streamed via sockets */ #include /* Usage-partitioned file family */ #include /* sec2 driver with I/O logging (for debugging) */ -- cgit v0.12