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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/perform/zip_perf.c b/perform/zip_perf.c
index 897fc7e..4e1f043 100644
--- a/perform/zip_perf.c
+++ b/perform/zip_perf.c
@@ -573,6 +573,9 @@ main(int argc, char **argv)
int opt;
prog = argv[0];
+
+ /* Initialize h5tools lib */
+ h5tools_init();
while ((opt = get_option(argc, (const char **)argv, s_opts, l_opts)) > 0) {
switch ((char)opt) {