diff options
Diffstat (limited to 'numpy/core/src/scalarmathmodule.c.src')
-rw-r--r-- | numpy/core/src/scalarmathmodule.c.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/scalarmathmodule.c.src b/numpy/core/src/scalarmathmodule.c.src index d9f7abc4e..4b56c1510 100644 --- a/numpy/core/src/scalarmathmodule.c.src +++ b/numpy/core/src/scalarmathmodule.c.src @@ -13,7 +13,7 @@ #include "numpy/ufuncobject.h" #include "numpy/arrayscalars.h" -#include "numpy/npy_3kcompat.h" +#include "npy_pycompat.h" #include "numpy/halffloat.h" |