diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2006-04-20 04:47:17 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2006-04-20 04:47:17 (GMT) |
commit | fdbf3b5a4bede7c342d5946cbcb427f4ca898423 (patch) | |
tree | 2ee92f6fd51268202cdf2ad2164560c6c6a70fbf /hl/src/hdf5_hl.h | |
parent | 222e6bd56a6695e45865b5e6c61c89d169d7a2ad (diff) | |
download | hdf5-fdbf3b5a4bede7c342d5946cbcb427f4ca898423.zip hdf5-fdbf3b5a4bede7c342d5946cbcb427f4ca898423.tar.gz hdf5-fdbf3b5a4bede7c342d5946cbcb427f4ca898423.tar.bz2 |
[svn-r12284] Purpose:
Bug fix.
Description:
H5PTpublic.h was not included in hdf5_hl.h.
Added hdf5_hl.h to the installed header files list.
Platforms tested:
Heping.
Diffstat (limited to 'hl/src/hdf5_hl.h')
-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 4471851..33fca39 100644 --- a/hl/src/hdf5_hl.h +++ b/hl/src/hdf5_hl.h @@ -25,6 +25,7 @@ #include "H5LTpublic.h" /* lite */ #include "H5IMpublic.h" /* image */ #include "H5TBpublic.h" /* table */ +#include "H5PTpublic.h" /* table */ #endif /*H5_INCLUDE_HL*/ |