diff options
author | Robb Matzke <matzke@llnl.gov> | 1997-09-22 02:09:16 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1997-09-22 02:09:16 (GMT) |
commit | 5fdfe1b206dd25ff0ea3f7a74700a3a9c79f6cc2 (patch) | |
tree | c98a77e126622e253ca9cdabd4221bc65399639c /test/tohdr.c | |
parent | 8c8ae76bf5ba6fdc01ce73ff6988064b86e48a9d (diff) | |
download | hdf5-5fdfe1b206dd25ff0ea3f7a74700a3a9c79f6cc2.zip hdf5-5fdfe1b206dd25ff0ea3f7a74700a3a9c79f6cc2.tar.gz hdf5-5fdfe1b206dd25ff0ea3f7a74700a3a9c79f6cc2.tar.bz2 |
[svn-r107] Changed tests for new symbol table stuff
Diffstat (limited to 'test/tohdr.c')
-rw-r--r-- | test/tohdr.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/tohdr.c b/test/tohdr.c index b3a0b10..f3ddb22 100644 --- a/test/tohdr.c +++ b/test/tohdr.c @@ -22,6 +22,12 @@ #include <H5Gprivate.h> #include <H5Oprivate.h> +/* + * This file needs to access private datatypes from the H5G package. + */ +#define H5G_PACKAGE +#include <H5Gpkg.h> + /*------------------------------------------------------------------------- * Function: test_ohdr |