summaryrefslogtreecommitdiffstats
path: root/test/cache2_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/cache2_common.c')
-rw-r--r--test/cache2_common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cache2_common.c b/test/cache2_common.c
index 6e7c431..9ac2f56 100644
--- a/test/cache2_common.c
+++ b/test/cache2_common.c
@@ -26,7 +26,7 @@
#include "h5test.h"
#include "H5Iprivate.h"
-#include "H5ACprivate.h"
+#include "H5AC2private.h"
#include "H5MFprivate.h"
#include "H5MMprivate.h"
#include "cache2_common.h"
@@ -5838,7 +5838,7 @@ validate_mdc_config(hid_t file_id,
scratch.version = H5AC2__CURR_CACHE_CONFIG_VERSION;
- if ( H5Fget_mdc_config(file_id, (H5AC_cache_config_t *)&scratch) < 0 ) {
+ if ( H5Fget_mdc_config(file_id, (H5AC1_cache_config_t *)&scratch) < 0 ) {
pass2 = FALSE;
HDsnprintf(msg, (size_t)128,