diff options
Diffstat (limited to 'Modules/fpectlmodule.c')
-rw-r--r-- | Modules/fpectlmodule.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/fpectlmodule.c b/Modules/fpectlmodule.c index 3fc5d06..9fcc462 100644 --- a/Modules/fpectlmodule.c +++ b/Modules/fpectlmodule.c @@ -72,6 +72,7 @@ extern "C" { /* Define locally if they are not defined in Python. This gives only * the limited control to induce a core dump in case of an exception. */ +#include <setjmp.h> static jmp_buf PyFPE_jbuf; static int PyFPE_counter = 0; #endif |