diff options
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/include/numpy/npy_interrupt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/include/numpy/npy_interrupt.h b/numpy/core/include/numpy/npy_interrupt.h index 47a54c65c..072d8fb62 100644 --- a/numpy/core/include/numpy/npy_interrupt.h +++ b/numpy/core/include/numpy/npy_interrupt.h @@ -79,6 +79,7 @@ Interrupt handling does not work well with threads. #ifndef NPY_NO_SIGNAL #include <setjmp.h> +#include <signal.h> #ifndef sigsetjmp |