diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-12-03 14:26:51 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-12-03 14:26:51 (GMT) |
commit | a70274eceafe9dc364329eb395f50e81db7c7bd1 (patch) | |
tree | bf6cbe24329c9908f22346054afc062881889895 /tools/lib | |
parent | 64a6599e3f3c8157d0208f8f11e68ac5ca035100 (diff) | |
download | hdf5-a70274eceafe9dc364329eb395f50e81db7c7bd1.zip hdf5-a70274eceafe9dc364329eb395f50e81db7c7bd1.tar.gz hdf5-a70274eceafe9dc364329eb395f50e81db7c7bd1.tar.bz2 |
[svn-r7907] Purpose:
bug fix
Description:
sleipnir was complaining about a missing header declaration
Solution:
added the include
Platforms tested:
linux (small)
Misc. update:
Diffstat (limited to 'tools/lib')
-rw-r--r-- | tools/lib/h5diff_util.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/lib/h5diff_util.c b/tools/lib/h5diff_util.c index 673b67f..9c1d2d1 100644 --- a/tools/lib/h5diff_util.c +++ b/tools/lib/h5diff_util.c @@ -13,6 +13,8 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #include "h5diff.h" +#include "H5private.h" + #include <assert.h> |