diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-12-18 18:44:27 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-12-18 18:44:27 (GMT) |
commit | 527105012bd5836998ca9d476bd7aa07c9d3f8d4 (patch) | |
tree | 01cd52b3948bcce5193d0d3e2a5352281fdd4237 /test/cache.c | |
parent | 134a31c4a98221d56ba56e6744685166c5ef0a8b (diff) | |
download | hdf5-527105012bd5836998ca9d476bd7aa07c9d3f8d4.zip hdf5-527105012bd5836998ca9d476bd7aa07c9d3f8d4.tar.gz hdf5-527105012bd5836998ca9d476bd7aa07c9d3f8d4.tar.bz2 |
Fix include to correct memory calls - big-endian issue.
Diffstat (limited to 'test/cache.c')
-rw-r--r-- | test/cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |