summaryrefslogtreecommitdiffstats
path: root/tools/lib
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-10-08 16:33:04 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-10-08 16:33:04 (GMT)
commitf89b8d3252f60e5f13730584ad9f38079c924c31 (patch)
tree8984b9d60842d8f6980158511c634b671eb320d7 /tools/lib
parente4ea70a674aef20203b242ef808507b2896e3f84 (diff)
downloadhdf5-f89b8d3252f60e5f13730584ad9f38079c924c31.zip
hdf5-f89b8d3252f60e5f13730584ad9f38079c924c31.tar.gz
hdf5-f89b8d3252f60e5f13730584ad9f38079c924c31.tar.bz2
HDFFV-10903 adjust for missing functions
Diffstat (limited to 'tools/lib')
-rw-r--r--tools/lib/h5tools_utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/lib/h5tools_utils.h b/tools/lib/h5tools_utils.h
index 0a4044c..6e1d202 100644
--- a/tools/lib/h5tools_utils.h
+++ b/tools/lib/h5tools_utils.h
@@ -26,6 +26,10 @@
#include "H5FDros3.h"
#endif
+#ifdef H5_HAVE_LIBHDFS
+#include "H5FDhdfs.h"
+#endif
+
#ifdef __cplusplus
extern "C" {
#endif