From 527105012bd5836998ca9d476bd7aa07c9d3f8d4 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Wed, 18 Dec 2019 12:44:27 -0600 Subject: Fix include to correct memory calls - big-endian issue. --- test/cache.c | 1 + test/cache_common.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cache.c b/test/cache.c index ca2cf13..c1af1b2 100644 --- a/test/cache.c +++ b/test/cache.c @@ -18,6 +18,7 @@ * H5C.c */ #include "cache_common.h" +#include "H5MFprivate.h" hid_t saved_fapl_id = H5P_DEFAULT; /* store the fapl id here between diff --git a/test/cache_common.c b/test/cache_common.c index 96c146c..2e24bda 100644 --- a/test/cache_common.c +++ b/test/cache_common.c @@ -18,7 +18,6 @@ * implemented in H5C.c */ #include "H5CXprivate.h" /* API Contexts */ -#include "H5MFprivate.h" #include "H5MMprivate.h" #include "cache_common.h" -- cgit v0.12