diff options
Diffstat (limited to 'src/H5FOprivate.h')
-rw-r--r-- | src/H5FOprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FOprivate.h b/src/H5FOprivate.h index a752a75..8217907 100644 --- a/src/H5FOprivate.h +++ b/src/H5FOprivate.h @@ -25,7 +25,7 @@ /* Private headers needed by this file */ #include "H5private.h" /* Generic Functions */ #include "H5Fprivate.h" /* File access */ -#include "H5SLprivate.h" /* Skip list routines */ +#include "H5SLprivate.h" /* Skip lists */ /* Typedefs */ |