summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-08-20 14:13:16 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-08-20 14:13:16 (GMT)
commitd71fcfff2cfdc01c1dcf388cc080b7ca9e36bd68 (patch)
tree633ef1223934ed815be36f6ccca67386bfda4527 /tools
parentee29ce207edc3b2b02e4a310a09e5c14f64eb81c (diff)
downloadhdf5-d71fcfff2cfdc01c1dcf388cc080b7ca9e36bd68.zip
hdf5-d71fcfff2cfdc01c1dcf388cc080b7ca9e36bd68.tar.gz
hdf5-d71fcfff2cfdc01c1dcf388cc080b7ca9e36bd68.tar.bz2
[svn-r19255] Description:
Add missing include file from r19252. Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (amani) w/Intel compilers, w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, w/threadsafe, in production mode Linux/PPC 2.6 (heiwa) w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in debug mode Mac OS X/32 10.6.4 (amazon) in debug mode Mac OS X/32 10.6.4 (amazon) w/C++ & FORTRAN, w/threadsafe, in production mode Mac OS X/32 10.6.4 (amazon) w/parallel, in debug mode
Diffstat (limited to 'tools')
-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"