From 7c31e7873c4e91fdb25b921d0220e9961ef0af7f Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Fri, 20 Aug 2010 09:14:58 -0500 Subject: [svn-r19256] Description: Bring r19255 from trunk to 1.8 branch: Add missing include file from r19252. Tested on: (Eyeballed only, too simple to require h5committest) --- tools/h5diff/ph5diff_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/h5diff/ph5diff_main.c b/tools/h5diff/ph5diff_main.c index 7a43c73..531503d 100644 --- a/tools/h5diff/ph5diff_main.c +++ b/tools/h5diff/ph5diff_main.c @@ -19,6 +19,7 @@ #include #include #include "h5diff_common.h" +#include "h5tools_utils.h" /* Name of tool */ #define PROGRAMNAME "h5diff" -- cgit v0.12