summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorjmozmoz <Joachim.Herb@gmx.de>2013-06-15 20:55:30 +0200
committerRalf Gommers <ralf.gommers@googlemail.com>2013-06-16 09:41:43 +0200
commita111f60d2f32c58f9ea6862c9ce8e9c7f71c9ee7 (patch)
treedb431dd19fbe531b215441d9e1310e302e8affbd /numpy
parent7dc65761e66913aa34cc8afee052e89cc983fd4e (diff)
downloadnumpy-a111f60d2f32c58f9ea6862c9ce8e9c7f71c9ee7.tar.gz
MAINT: fix compilation issue gh-3443.
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/include/numpy/ufuncobject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/core/include/numpy/ufuncobject.h b/numpy/core/include/numpy/ufuncobject.h
index 75611426c..8df96a44f 100644
--- a/numpy/core/include/numpy/ufuncobject.h
+++ b/numpy/core/include/numpy/ufuncobject.h
@@ -212,7 +212,7 @@ typedef struct _tagPyUFuncObject {
* A function which returns a masked inner loop for the ufunc.
*/
PyUFunc_MaskedInnerLoopSelectionFunc *masked_inner_loop_selector;
-
+
/*
* List of flags for each operand when ufunc is called by nditer object.
* These flags will be used in addition to the default flags for each
@@ -406,7 +406,7 @@ typedef struct _loop1d_info {
defined(__MINGW32__) || defined(__FreeBSD__)
#include <fenv.h>
#elif defined(__CYGWIN__)
-#include "fenv/fenv.c"
+#include "numpy/fenv/fenv.h"
#endif
#define UFUNC_CHECK_STATUS(ret) { \