diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-03-30 22:43:24 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-03-30 22:43:24 (GMT) |
commit | 2e022912f4fb79771f9a0691337cb4da7d602326 (patch) | |
tree | 62417c0f09c7522329d8b20801b3a562c0306752 /src | |
parent | fbfe6f00fce1caeaed690b4aa04c855c640fad1e (diff) | |
download | hdf5-2e022912f4fb79771f9a0691337cb4da7d602326.zip hdf5-2e022912f4fb79771f9a0691337cb4da7d602326.tar.gz hdf5-2e022912f4fb79771f9a0691337cb4da7d602326.tar.bz2 |
FIX pkg include error
Diffstat (limited to 'src')
-rw-r--r-- | src/H5PL.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ * http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have access * * to either file, you may request a copy from help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ +#define H5PL_PACKAGE /*suppress error about including H5PLpkg */ /****************/ /* Module Setup */ |