diff options
author | Robb Matzke <matzke@llnl.gov> | 1999-10-07 16:51:49 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1999-10-07 16:51:49 (GMT) |
commit | 20e748496e281cf068227fed2bcbe0aeca09bd7b (patch) | |
tree | 2dea5d5d3e18311329f61f03b69ca9e9a654950c /src/H5FDpublic.h | |
parent | 766d480daf98b8d0aad9e767202fbe21ad101c48 (diff) | |
download | hdf5-20e748496e281cf068227fed2bcbe0aeca09bd7b.zip hdf5-20e748496e281cf068227fed2bcbe0aeca09bd7b.tar.gz hdf5-20e748496e281cf068227fed2bcbe0aeca09bd7b.tar.bz2 |
[svn-r1732] Changes since 19991007
----------------------
./src/H5FDcore.c
Includes private headers instead of public in order to use the
`UNUSED' macro.
./src/H5FDpublic.h
Includes H5public.h just in case.
./src/H5P.c
Removed two unused variables in H5P_copy()
./src/H5FDgass.h
Fixed a C++ comment after a `#endif'
./src/Makefile.in
The H5FDgass.h file is public and must be installed in order for
applications to be able to use HDF5.
./tools/h5tools.c
Removed an unused variable.
Diffstat (limited to 'src/H5FDpublic.h')
-rw-r--r-- | src/H5FDpublic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5FDpublic.h b/src/H5FDpublic.h index dc6d9f7..fdd07f5 100644 --- a/src/H5FDpublic.h +++ b/src/H5FDpublic.h @@ -8,6 +8,8 @@ #ifndef _H5FDpublic_H #define _H5FDpublic_H +#include <H5public.h> + /* * Types of allocation requests. The values larger than H5FD_MEM_DEFAULT * should not change other than adding new types to the end. These numbers |