summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-08-20 14:14:58 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-08-20 14:14:58 (GMT)
commit7c31e7873c4e91fdb25b921d0220e9961ef0af7f (patch)
tree78707e1ad4b007e0bb6296b132110c21e9a36bf5
parent525caddd9e0460b2f39d043f04dabc7ab6a1bf3a (diff)
downloadhdf5-7c31e7873c4e91fdb25b921d0220e9961ef0af7f.zip
hdf5-7c31e7873c4e91fdb25b921d0220e9961ef0af7f.tar.gz
hdf5-7c31e7873c4e91fdb25b921d0220e9961ef0af7f.tar.bz2
[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)
-rw-r--r--tools/h5diff/ph5diff_main.c1
1 files changed, 1 insertions, 0 deletions
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 <string.h>
#include <assert.h>
#include "h5diff_common.h"
+#include "h5tools_utils.h"
/* Name of tool */
#define PROGRAMNAME "h5diff"