diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2007-04-13 22:04:26 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2007-04-13 22:04:26 (GMT) |
commit | 0332285cfff86ebb5624ef949430830e91389cc6 (patch) | |
tree | 9886553058bc524b607842cd6de161dac318922a /src/H5Zpublic.h | |
parent | cc16cc7dea37c66d08532cef3f754913fe76a7c9 (diff) | |
download | hdf5-0332285cfff86ebb5624ef949430830e91389cc6.zip hdf5-0332285cfff86ebb5624ef949430830e91389cc6.tar.gz hdf5-0332285cfff86ebb5624ef949430830e91389cc6.tar.bz2 |
[svn-r13660] Minor cleanups and bug fixes.
H5Zpublic.h file didn't include H5public.h; done
H5Spublic.h had ghost function H5Sset_space; deleted
New source files were added to make.com for VMS.
h5gget_comment_c had a small bug in calculating buffer length; fixed
Platforms tested: pahra and kagiso; too minor for h5committest
Diffstat (limited to 'src/H5Zpublic.h')
-rw-r--r-- | src/H5Zpublic.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |