diff options
-rw-r--r-- | src/H5Ppkg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ppkg.h b/src/H5Ppkg.h index cca643c..a740e34 100644 --- a/src/H5Ppkg.h +++ b/src/H5Ppkg.h @@ -38,7 +38,7 @@ #include "H5Pprivate.h" /* Other private headers needed by this file */ -#include "H5TBprivate.h" /* TBBTs */ +#include "H5TBprivate.h" /* Threaded, balanced, binary trees (TBBTs) */ /* Define enum for type of object that property is within */ typedef enum { |