summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-05-07 23:20:19 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-05-07 23:20:19 (GMT)
commitf8e8b340dcc2e3abbf477b49b2ee0c2fdede1e7c (patch)
treed26f7f811576a300fe88567d31bef1eb2d46a280 /utils
parentaf84ce737d94466e489d3b41953324651b1c9210 (diff)
downloadhdf5-f8e8b340dcc2e3abbf477b49b2ee0c2fdede1e7c.zip
hdf5-f8e8b340dcc2e3abbf477b49b2ee0c2fdede1e7c.tar.gz
hdf5-f8e8b340dcc2e3abbf477b49b2ee0c2fdede1e7c.tar.bz2
Brings over a bunch of develop boilerplate
Diffstat (limited to 'utils')
-rw-r--r--utils/mirror_vfd/mirror_remote.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/mirror_vfd/mirror_remote.h b/utils/mirror_vfd/mirror_remote.h
index 0053615..6f37b0b 100644
--- a/utils/mirror_vfd/mirror_remote.h
+++ b/utils/mirror_vfd/mirror_remote.h
@@ -20,6 +20,8 @@
#ifdef H5_HAVE_MIRROR_VFD
+#include "H5FDmirror_priv.h" /* Private header for the mirror VFD */
+
#define V_NONE 0
#define V_ERR 1
#define V_WARN 2