summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-12-10 17:43:37 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-12-10 17:43:37 (GMT)
commitfe505c2bbf510941cefe397346aa72436e10938d (patch)
tree463b24931f151a7b395b4ffbd466a679e8018ae3 /tools
parentb1fd3f565750a18246239cdac50e433d6d668524 (diff)
downloadhdf5-fe505c2bbf510941cefe397346aa72436e10938d.zip
hdf5-fe505c2bbf510941cefe397346aa72436e10938d.tar.gz
hdf5-fe505c2bbf510941cefe397346aa72436e10938d.tar.bz2
[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
Diffstat (limited to 'tools')
-rw-r--r--tools/misc/h5stat.c1
1 files changed, 1 insertions, 0 deletions
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 <assert.h>
#include <stdlib.h>
#include <string.h>
+#include "H5private.h" /* Generic Functions */
#include "hdf5.h"
#define TRUE 1