summaryrefslogtreecommitdiffstats
path: root/src/H5Tbit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Tbit.c')
-rw-r--r--src/H5Tbit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Tbit.c b/src/H5Tbit.c
index 55541a1..b868fa5 100644
--- a/src/H5Tbit.c
+++ b/src/H5Tbit.c
@@ -9,7 +9,7 @@
* with the least-significant bits in the first byte. That is,
* the bytes are in little-endian order.
*/
-#define H5T_PACKAGE
+#define H5T_PACKAGE /*suppress error about including H5Tpkg */
#include "H5private.h"
#include "H5Eprivate.h"