diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-10-09 03:33:11 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-10-09 03:33:11 (GMT) |
commit | a50111fb17c86e02d40f052abfceff71cd15ae71 (patch) | |
tree | 047d7f00e3ba28c8bc70b5dc2e7134cc832204de /tools | |
parent | cccefd26ab047c2c4b2ce67bd9074592014dda42 (diff) | |
download | hdf5-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')
-rw-r--r-- | tools/lib/h5diff_attr.c | 1 |
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" /*------------------------------------------------------------------------- |