diff options
Diffstat (limited to 'test/plugin.c')
-rw-r--r-- | test/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugin.c b/test/plugin.c index 74a8f4b..07b20ea 100644 --- a/test/plugin.c +++ b/test/plugin.c @@ -26,7 +26,7 @@ /* * This file needs to access private datatypes from the H5Z package. */ -#define H5Z_PACKAGE +#define H5Z_FRIEND #include "H5Zpkg.h" /* Filters for HDF5 internal test */ |