diff options
Diffstat (limited to 'src/H5FDcore.h')
-rw-r--r-- | src/H5FDcore.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5FDcore.h b/src/H5FDcore.h index f0d338a..7f002f7 100644 --- a/src/H5FDcore.h +++ b/src/H5FDcore.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 H5FDcore_H #define H5FDcore_H -#include <H5Ipublic.h> +#include "H5Ipublic.h" #define H5FD_CORE (H5FD_core_init()) |