From fe505c2bbf510941cefe397346aa72436e10938d Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Sat, 10 Dec 2005 12:43:37 -0500 Subject: [svn-r11781] Purpose: Bug fix Description: Include more header files with prototypes to make CC=g++ builds work. Platforms tested: FreeBSD 4.11 (sleipnir) w/CC=g++ Too minor to require h5committest --- tools/misc/h5stat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/misc/h5stat.c b/tools/misc/h5stat.c index 25e8da7..1aa799a 100644 --- a/tools/misc/h5stat.c +++ b/tools/misc/h5stat.c @@ -15,6 +15,7 @@ #include #include #include +#include "H5private.h" /* Generic Functions */ #include "hdf5.h" #define TRUE 1 -- cgit v0.12