From 29c5d911e6e0193b0e20e6b2383e01df685df89d Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Thu, 25 Jan 2007 17:10:33 +0000 Subject: Fix include directory for fenv.c --- 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 50d75fbea..4135e534f 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 "fenv/fenv.c" +#include "numpy/fenv/fenv.c" #endif static int -- cgit v1.2.1