summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-03-18 15:54:31 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-03-18 15:54:52 (GMT)
commit554bb4cb8b07035ff76878ba278d2cc52bbd6049 (patch)
tree7fe189bdfd990b1b4c627bc4e907044f176ea706 /tools
parent4455ed0fbda47d149cc7c86daeefe39d4f7e5629 (diff)
downloadhdf5-554bb4cb8b07035ff76878ba278d2cc52bbd6049.zip
hdf5-554bb4cb8b07035ff76878ba278d2cc52bbd6049.tar.gz
hdf5-554bb4cb8b07035ff76878ba278d2cc52bbd6049.tar.bz2
Add missing include
Diffstat (limited to 'tools')
-rw-r--r--tools/lib/h5tools_utils.c4
1 files changed, 4 insertions, 0 deletions
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 */