summaryrefslogtreecommitdiffstats
path: root/perform/zip_perf.c
diff options
context:
space:
mode:
Diffstat (limited to 'perform/zip_perf.c')
-rw-r--r--perform/zip_perf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/perform/zip_perf.c b/perform/zip_perf.c
index 897fc7e..b13e0ec 100644
--- a/perform/zip_perf.c
+++ b/perform/zip_perf.c
@@ -23,6 +23,7 @@
/* our header files */
#include "h5test.h"
+#include "h5tools.h"
#include "h5tools_utils.h"
#ifdef H5_HAVE_FILTER_DEFLATE
@@ -574,6 +575,9 @@ main(int argc, char **argv)
prog = argv[0];
+ /* Initialize h5tools lib */
+ h5tools_init();
+
while ((opt = get_option(argc, (const char **)argv, s_opts, l_opts)) > 0) {
switch ((char)opt) {
case '0': case '1': case '2':