diff options
Diffstat (limited to 'src/H5T.c')
-rw-r--r-- | src/H5T.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ static char RcsId[] = "@(#)$Revision$"; #include <H5Eprivate.h> /*error handling */ #include <H5Mprivate.h> /*meta data */ #include <H5MMprivate.h> /*memory management */ -#include <H5Pprivate.h> /*data space */ +#include <H5Sprivate.h> /*data space */ #include <H5Tpkg.h> /*data-type functions */ #define PABLO_MASK H5T_mask |