diff options
Diffstat (limited to 'src/H5public.h')
-rw-r--r-- | src/H5public.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/H5public.h b/src/H5public.h index d2ef7ec..0a0321b 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -38,6 +38,12 @@ static char RcsId[] = "@(#)$Revision$"; # include <mpio.h> #endif #endif + +#ifdef HAVE_GASS +#include "globus_common.h" +#include "globus_gass_file.h" +#endif + #include <H5api_adpt.h> /* Version numbers */ |