From c3b2c4132760e245a5d7af6bacb20265c4df0c84 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Sat, 31 Jan 2004 09:15:24 -0500 Subject: [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 --- src/H5FDstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v0.12