diff options
Diffstat (limited to 'src/H5private.h')
-rw-r--r-- | src/H5private.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/H5private.h b/src/H5private.h index 1dae62c..ecac81c 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -74,6 +74,13 @@ #endif /* + * Longjumps are used to detect alignment constrants + */ +#ifdef HAVE_SETJMP_H +# include <setjmp.h> +#endif + +/* * Resource usage is not Posix.1 but HDF5 uses it anyway for some performance * and debugging code if available. */ |