diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2019-03-16 23:02:06 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2019-03-16 23:02:06 (GMT) |
commit | 5c80d3d91284bdcd048d9325b1a601d0ddfca8bd (patch) | |
tree | 8ad7066b9cc25f160c910955555492640a9bc9ba /src/H5Dcontig.c | |
parent | a98747c0f94386f7505210e78cd4b385682b0eba (diff) | |
download | hdf5-5c80d3d91284bdcd048d9325b1a601d0ddfca8bd.zip hdf5-5c80d3d91284bdcd048d9325b1a601d0ddfca8bd.tar.gz hdf5-5c80d3d91284bdcd048d9325b1a601d0ddfca8bd.tar.bz2 |
- Added H5MMprivate.h #includes where needed
- Added casts to quiet H5MM_memcpy warnings
- Removed char * casts from HDmemcpy
Diffstat (limited to 'src/H5Dcontig.c')
-rw-r--r-- | src/H5Dcontig.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Dcontig.c b/src/H5Dcontig.c index adf6719..ed12a6a 100644 --- a/src/H5Dcontig.c +++ b/src/H5Dcontig.c @@ -40,6 +40,7 @@ #include "H5FLprivate.h" /* Free Lists */ #include "H5Iprivate.h" /* IDs */ #include "H5MFprivate.h" /* File memory management */ +#include "H5MMprivate.h" /* Memory management */ #include "H5FOprivate.h" /* File objects */ #include "H5Oprivate.h" /* Object headers */ #include "H5Pprivate.h" /* Property lists */ |