summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-03-18 16:31:34 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-03-18 16:31:34 (GMT)
commit27e14f31f7dce3765d6c3ce51b6ff4e700a22e19 (patch)
tree7fe189bdfd990b1b4c627bc4e907044f176ea706
parent4455ed0fbda47d149cc7c86daeefe39d4f7e5629 (diff)
parent554bb4cb8b07035ff76878ba278d2cc52bbd6049 (diff)
downloadhdf5-27e14f31f7dce3765d6c3ce51b6ff4e700a22e19.zip
hdf5-27e14f31f7dce3765d6c3ce51b6ff4e700a22e19.tar.gz
hdf5-27e14f31f7dce3765d6c3ce51b6ff4e700a22e19.tar.bz2
Merge pull request #2455 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8
* commit '554bb4cb8b07035ff76878ba278d2cc52bbd6049': Add missing include
-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 */