diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2021-05-07 23:20:19 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2021-05-07 23:20:19 (GMT) |
commit | f8e8b340dcc2e3abbf477b49b2ee0c2fdede1e7c (patch) | |
tree | d26f7f811576a300fe88567d31bef1eb2d46a280 /utils | |
parent | af84ce737d94466e489d3b41953324651b1c9210 (diff) | |
download | hdf5-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.h | 2 |
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 |