summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-03-30 22:43:24 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-03-30 22:43:24 (GMT)
commit2e022912f4fb79771f9a0691337cb4da7d602326 (patch)
tree62417c0f09c7522329d8b20801b3a562c0306752 /src
parentfbfe6f00fce1caeaed690b4aa04c855c640fad1e (diff)
downloadhdf5-2e022912f4fb79771f9a0691337cb4da7d602326.zip
hdf5-2e022912f4fb79771f9a0691337cb4da7d602326.tar.gz
hdf5-2e022912f4fb79771f9a0691337cb4da7d602326.tar.bz2
FIX pkg include error
Diffstat (limited to 'src')
-rw-r--r--src/H5PL.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5PL.c b/src/H5PL.c
index 68ced18..683c53d 100644
--- a/src/H5PL.c
+++ b/src/H5PL.c
@@ -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 */