summaryrefslogtreecommitdiffstats
path: root/tools/lib
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-10-09 03:33:11 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-10-09 03:33:11 (GMT)
commita50111fb17c86e02d40f052abfceff71cd15ae71 (patch)
tree047d7f00e3ba28c8bc70b5dc2e7134cc832204de /tools/lib
parentcccefd26ab047c2c4b2ce67bd9074592014dda42 (diff)
downloadhdf5-a50111fb17c86e02d40f052abfceff71cd15ae71.zip
hdf5-a50111fb17c86e02d40f052abfceff71cd15ae71.tar.gz
hdf5-a50111fb17c86e02d40f052abfceff71cd15ae71.tar.bz2
[svn-r9392] Purpose:
Bug fix Description: Include "h5tools.h" header for native type conversion function prototype to unbreak CC=g++ builds. Platforms tested: FreeBSD 4.10 (sleipnir) Not tested by h5committest
Diffstat (limited to 'tools/lib')
-rw-r--r--tools/lib/h5diff_attr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lib/h5diff_attr.c b/tools/lib/h5diff_attr.c
index ca34af4..675f3a1 100644
--- a/tools/lib/h5diff_attr.c
+++ b/tools/lib/h5diff_attr.c
@@ -14,6 +14,7 @@
#include "h5diff.h"
#include "H5private.h"
+#include "h5tools.h"
/*-------------------------------------------------------------------------