From bdb43053e6cd090f3fd95e4cbfc82e70ee07c582 Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Wed, 24 Jan 2007 21:59:33 +0000 Subject: Fix location of fenv.h file for CYGWIN to correct compilation of NumPy on CYGWIN --- numpy/numarray/_capi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/numarray') diff --git a/numpy/numarray/_capi.c b/numpy/numarray/_capi.c index ff2d86f19..50d75fbea 100644 --- a/numpy/numarray/_capi.c +++ b/numpy/numarray/_capi.c @@ -2938,7 +2938,7 @@ NA_checkFPErrors(void) #if defined(__GLIBC__) || defined(darwin) || defined(__MINGW32__) #include #elif defined(__CYGWIN__) -#include +#include "fenv/fenv.c" #endif static int -- cgit v1.2.1