diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Spublic.h | 1 | ||||
-rw-r--r-- | src/H5Zpublic.h | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/H5Spublic.h b/src/H5Spublic.h index 902c87a..95135b9 100644 --- a/src/H5Spublic.h +++ b/src/H5Spublic.h @@ -107,7 +107,6 @@ H5_DLL int H5Sget_simple_extent_ndims(hid_t space_id); H5_DLL int H5Sget_simple_extent_dims(hid_t space_id, hsize_t dims[], hsize_t maxdims[]); H5_DLL htri_t H5Sis_simple(hid_t space_id); -H5_DLL herr_t H5Sset_space(hid_t space_id, int rank, const hsize_t *dims); H5_DLL hssize_t H5Sget_select_npoints(hid_t spaceid); H5_DLL herr_t H5Sselect_hyperslab(hid_t space_id, H5S_seloper_t op, const hsize_t start[], diff --git a/src/H5Zpublic.h b/src/H5Zpublic.h index fa23d00..1fac71c 100644 --- a/src/H5Zpublic.h +++ b/src/H5Zpublic.h @@ -20,6 +20,9 @@ #ifndef _H5Zpublic_H #define _H5Zpublic_H +/* Public headers needed by this file */ +#include "H5public.h" + /* * Filter identifiers. Values 0 through 255 are for filters defined by the * HDF5 library. Values 256 through 511 are available for testing new |