diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2012-12-10 19:08:30 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2012-12-10 19:08:30 (GMT) |
commit | fc9ed51a3aea481f397fa4b278d4908f4fe47b2e (patch) | |
tree | 03820839e668d9de9b61ecbd6f3936d9fa69e73f /hl/src | |
parent | c409265f9d3522e45a6cb17b87a948e86b9c7b06 (diff) | |
download | hdf5-fc9ed51a3aea481f397fa4b278d4908f4fe47b2e.zip hdf5-fc9ed51a3aea481f397fa4b278d4908f4fe47b2e.tar.gz hdf5-fc9ed51a3aea481f397fa4b278d4908f4fe47b2e.tar.bz2 |
[svn-r23087] I updated MANIFEST to include the new files hl/src/H5DO.c, H5DOpublic.h, H5DOprivate.h. I included H5DOpublic.h into hl/src/hdf5_hl.h.
Tested on koala.
Diffstat (limited to 'hl/src')
-rw-r--r-- | hl/src/hdf5_hl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hl/src/hdf5_hl.h b/hl/src/hdf5_hl.h index 0fff932..4643932 100644 --- a/hl/src/hdf5_hl.h +++ b/hl/src/hdf5_hl.h @@ -22,6 +22,7 @@ #ifndef _HDF5_HL_H #define _HDF5_HL_H +#include "H5DOpublic.h" /* dataset optimization */ #include "H5DSpublic.h" /* dimension scales */ #include "H5LTpublic.h" /* lite */ #include "H5IMpublic.h" /* image */ |