mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-06 17:20:42 +08:00
[svn-r8142] Purpose:
Fix build with C++ compiler Description: Add file driver header files for prototypes. Platforms tested: FreeBSD 4.9 (sleipnir) w/CC=g++ too obscure to require h5committest
This commit is contained in:
parent
fd442eae18
commit
0ce42d9ed9
11
src/H5FD.c
11
src/H5FD.c
@ -35,13 +35,22 @@
|
||||
#include "H5Eprivate.h" /* Error handling */
|
||||
#include "H5Fpkg.h" /* File access */
|
||||
#include "H5FDprivate.h" /* File drivers */
|
||||
#include "H5FDcore.h" /* Files stored entirely in memory */
|
||||
#include "H5FDfamily.h" /* File families */
|
||||
#include "H5FDgass.h" /* Remote files using GASS I/O */
|
||||
#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 "H5FDsec2.h" /* POSIX unbuffered file I/O */
|
||||
#include "H5FDsrb.h" /* Remote access using SRB */
|
||||
#include "H5FDstdio.h" /* Standard C buffered I/O */
|
||||
#include "H5FDstream.h" /* In-memory files streamed via sockets */
|
||||
#include "H5FLprivate.h" /* Free lists */
|
||||
#include "H5Iprivate.h" /* IDs */
|
||||
#include "H5MMprivate.h" /* Memory management */
|
||||
#include "H5Pprivate.h" /* Property lists */
|
||||
|
||||
#ifdef H5_HAVE_FPHDF5
|
||||
#include "H5FDfphdf5.h" /*Flexible Parallel HDF5 driver */
|
||||
#include "H5FPprivate.h" /*Flexible Parallel HDF5 */
|
||||
#endif /* H5_HAVE_FPHDF5 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user