summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-08-24 16:38:00 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-08-24 16:38:00 +0000
commit0b3285cf94f6dbd73c01f9d5678c2ab8a79d7968 (patch)
tree69338b3c8064843935e7810545c76384ab13fa12 /numpy
parentdafda7f0fbcd583bfbcfe04084783e70ffd6e541 (diff)
downloadnumpy-0b3285cf94f6dbd73c01f9d5678c2ab8a79d7968.tar.gz
Also include signal.h
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/include/numpy/npy_interrupt.h1
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