[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:
Quincey Koziol 2004-01-31 09:15:24 -05:00
parent 2d8964517b
commit c3b2c41327

View File

@ -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 */