Skip to content

Commit

Permalink
Include correct header file
Browse files Browse the repository at this point in the history
Signed-off-by: Quincey Koziol <[email protected]>
  • Loading branch information
qkoziol committed Apr 19, 2024
1 parent ade0a06 commit ba2b8ce
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions utils/mirror_vfd/mirror_writer.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@
* file. This is reflected in the source (H5FDmirror.c) of the Mirror driver.
*/

/*
* This file needs to access private information from the H5FD package.
* This file also needs to access the file testing code.
*/
#define H5FD_FRIEND /*suppress error about including H5FDpkg */
#define H5FD_TESTING
#include "H5FDpkg.h" /* File Drivers */

#include "mirror_remote.h"

#ifdef H5_HAVE_MIRROR_VFD
Expand Down

0 comments on commit ba2b8ce

Please sign in to comment.