diff options
Diffstat (limited to 'src/H5Gpublic.h')
-rw-r--r-- | src/H5Gpublic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Gpublic.h b/src/H5Gpublic.h index 2a37fef..c907f5e 100644 --- a/src/H5Gpublic.h +++ b/src/H5Gpublic.h @@ -33,6 +33,7 @@ #include "H5public.h" #include "H5Ipublic.h" +#include "H5Opublic.h" #ifdef __cplusplus extern "C" { @@ -77,6 +78,7 @@ typedef struct H5G_stat_t { H5G_obj_t type; /*basic object type */ time_t mtime; /*modification time */ size_t linklen; /*symbolic link value length */ + H5O_stat_t ohdr; /* Object header information */ } H5G_stat_t; #define H5G_SAME_LOC 0 |