diff options
Diffstat (limited to 'src/H5HGquery.c')
-rw-r--r-- | src/H5HGquery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5HGquery.c b/src/H5HGquery.c index a1b3777..d07edcc 100644 --- a/src/H5HGquery.c +++ b/src/H5HGquery.c @@ -25,7 +25,7 @@ /* Module Setup */ /****************/ -#define H5HG_PACKAGE /*suppress error about including H5HGpkg */ +#include "H5HGmodule.h" /* This source code file is part of the H5HG module */ /***********/ |