Fix include to correct memory calls - big-endian issue.

This commit is contained in:
Allen Byrne
2019-12-18 12:44:27 -06:00
parent 134a31c4a9
commit 527105012b
2 changed files with 1 additions and 1 deletions

View File

@@ -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

View File

@@ -18,7 +18,6 @@
* implemented in H5C.c
*/
#include "H5CXprivate.h" /* API Contexts */
#include "H5MFprivate.h"
#include "H5MMprivate.h"
#include "cache_common.h"