From cf7a96e9c975a1a71d4d6737b84b80cc202328fc Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Tue, 17 Oct 2006 16:07:42 +0000 Subject: include when trying check for SIGSEGV --- numpy/core/src/multiarraymodule.c | 1 + 1 file changed, 1 insertion(+) (limited to 'numpy/core/src') diff --git a/numpy/core/src/multiarraymodule.c b/numpy/core/src/multiarraymodule.c index aef8ca3ab..0472c8596 100644 --- a/numpy/core/src/multiarraymodule.c +++ b/numpy/core/src/multiarraymodule.c @@ -6578,6 +6578,7 @@ buffer_buffer(PyObject *dummy, PyObject *args, PyObject *kwds) #ifndef _MSC_VER #include +#include jmp_buf _NPY_SIGSEGV_BUF; static void _SigSegv_Handler(int signum) -- cgit v1.2.1