mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-01 16:28:09 +08:00
[svn-r8129] Purpose:
Bug fix Description: Include the private H5FD header instead of the public one, to address a failure in building the library with C++ compiler. Platforms tested: FreeBSD 4.9 (sleipnit) w/CC=g++ not appropriate for h5committest
This commit is contained in:
parent
2d8964517b
commit
c3b2c41327
@ -27,7 +27,7 @@
|
||||
|
||||
#include "H5private.h" /* Generic Functions */
|
||||
#include "H5Eprivate.h" /* Error handling */
|
||||
#include "H5FDpublic.h" /* Public file drivers */
|
||||
#include "H5FDprivate.h" /* File drivers */
|
||||
#include "H5FDstream.h" /* Stream file driver */
|
||||
#include "H5Iprivate.h" /* IDs */
|
||||
#include "H5MMprivate.h" /* Memory management */
|
||||
|
Loading…
Reference in New Issue
Block a user