diff options
Diffstat (limited to 'src/H5MMpublic.h')
-rw-r--r-- | src/H5MMpublic.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5MMpublic.h b/src/H5MMpublic.h index 5b8b579..d7ad2f7 100644 --- a/src/H5MMpublic.h +++ b/src/H5MMpublic.h @@ -1,6 +1,6 @@ /*------------------------------------------------------------------------- - * Copyright (C) 1997 National Center for Supercomputing Applications. - * All rights reserved. + * Copyright (C) 1997-2001 National Center for Supercomputing Applications + * All rights reserved. * *------------------------------------------------------------------------- * @@ -19,7 +19,7 @@ #define _H5MMpublic_H /* Public headers needed by this file */ -#include <H5public.h> +#include "H5public.h" /* These typedefs are currently used for VL datatype allocation/freeing */ typedef void *(* H5MM_allocate_t)(size_t size,void *info); |