From 554bb4cb8b07035ff76878ba278d2cc52bbd6049 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Wed, 18 Mar 2020 10:54:31 -0500 Subject: Add missing include --- tools/lib/h5tools_utils.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/lib/h5tools_utils.c b/tools/lib/h5tools_utils.c index 0bfe825..670473d 100644 --- a/tools/lib/h5tools_utils.c +++ b/tools/lib/h5tools_utils.c @@ -21,6 +21,10 @@ #include "H5private.h" #include "h5trav.h" +#ifdef H5_HAVE_ROS3_VFD +#include "H5FDros3.h" +#endif + /* global variables */ unsigned h5tools_nCols = 80; /* ``get_option'' variables */ -- cgit v0.12