summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5diff_util.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2003-12-03 14:26:51 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2003-12-03 14:26:51 (GMT)
commita70274eceafe9dc364329eb395f50e81db7c7bd1 (patch)
treebf6cbe24329c9908f22346054afc062881889895 /tools/lib/h5diff_util.c
parent64a6599e3f3c8157d0208f8f11e68ac5ca035100 (diff)
downloadhdf5-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/h5diff_util.c')
-rw-r--r--tools/lib/h5diff_util.c2
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>