summaryrefslogtreecommitdiffstats
path: root/src/H5FDstream.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-01-31 14:15:24 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-01-31 14:15:24 (GMT)
commitc3b2c4132760e245a5d7af6bacb20265c4df0c84 (patch)
treeb50919e166d67afba19df4e639c2ae731eb07d69 /src/H5FDstream.c
parent2d8964517bbba91245aec3f3eea2f8622ab30b4b (diff)
downloadhdf5-c3b2c4132760e245a5d7af6bacb20265c4df0c84.zip
hdf5-c3b2c4132760e245a5d7af6bacb20265c4df0c84.tar.gz
hdf5-c3b2c4132760e245a5d7af6bacb20265c4df0c84.tar.bz2
[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
Diffstat (limited to 'src/H5FDstream.c')
-rw-r--r--src/H5FDstream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDstream.c b/src/H5FDstream.c
index 9492abd..9bcf627 100644
--- a/src/H5FDstream.c
+++ b/src/H5FDstream.c
@@ -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 */