From a70274eceafe9dc364329eb395f50e81db7c7bd1 Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Wed, 3 Dec 2003 09:26:51 -0500 Subject: [svn-r7907] Purpose: bug fix Description: sleipnir was complaining about a missing header declaration Solution: added the include Platforms tested: linux (small) Misc. update: --- tools/lib/h5diff_util.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v0.12