summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5private.h')
-rw-r--r--src/H5private.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/H5private.h b/src/H5private.h
index f90aa94..2478c2e 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -32,6 +32,7 @@
#include <fcntl.h>
#include <float.h>
#include <math.h>
+#include <setjmp.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
@@ -63,13 +64,6 @@
#endif
/*
- * Longjumps are used to detect alignment constrants
- */
-#ifdef H5_HAVE_SETJMP_H
-#include <setjmp.h>
-#endif
-
-/*
* flock() in sys/file.h is used for the implementation of file locking.
*/
#if defined(H5_HAVE_FLOCK) && defined(H5_HAVE_SYS_FILE_H)