diff options
Diffstat (limited to 'src/H5HGpublic.h')
-rw-r--r-- | src/H5HGpublic.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5HGpublic.h b/src/H5HGpublic.h index 0c561e3..8b9c5f5 100644 --- a/src/H5HGpublic.h +++ b/src/H5HGpublic.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 1998 NCSA - * All rights reserved. + * Copyright (C) 1998-2001 NCSA + * All rights reserved. * * Programmer: Robb Matzke <matzke@llnl.gov> * Friday, March 27, 1998 @@ -9,7 +9,7 @@ #define _H5HGpublic_H /* Public headers needed by this file */ -#include <H5public.h> +#include "H5public.h" #ifdef __cplusplus extern "C" { |