diff options
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/include/numpy/arrayobject.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/core/include/numpy/arrayobject.h b/numpy/core/include/numpy/arrayobject.h index 871500777..e258eb01d 100644 --- a/numpy/core/include/numpy/arrayobject.h +++ b/numpy/core/include/numpy/arrayobject.h @@ -19,3 +19,5 @@ #ifndef NPY_NO_SIGNAL #include "npy_interrupt.h" #endif + +#endif |