diff options
Diffstat (limited to 'src/H5FDsec2.h')
-rw-r--r-- | src/H5FDsec2.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5FDsec2.h b/src/H5FDsec2.h index 7e58de3..fb7774a 100644 --- a/src/H5FDsec2.h +++ b/src/H5FDsec2.h @@ -1,6 +1,6 @@ /* - * Copyright © 1999 NCSA - * All rights reserved. + * Copyright © 1999-2001 NCSA + * All rights reserved. * * Programmer: Robb Matzke <matzke@llnl.gov> * Monday, August 2, 1999 @@ -10,7 +10,7 @@ #ifndef H5FDsec2_H #define H5FDsec2_H -#include <H5Ipublic.h> +#include "H5Ipublic.h" #define H5FD_SEC2 (H5FD_sec2_init()) |