diff options
| author | Julian Taylor <jtaylor.debian@googlemail.com> | 2017-09-01 09:56:18 +0200 |
|---|---|---|
| committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2017-09-01 10:01:16 +0200 |
| commit | de826b8526b1ee496df67b6cec844100407ba764 (patch) | |
| tree | e544641c899e789cf88fc1f92bbd54dc7647513a | |
| parent | c25f3827cf2226db257b3195d5c8b0b2e91ce5a4 (diff) | |
| download | numpy-de826b8526b1ee496df67b6cec844100407ba764.tar.gz | |
MAINT: fix implicit declaration warning
| -rw-r--r-- | numpy/core/src/umath/reduction.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/src/umath/reduction.c b/numpy/core/src/umath/reduction.c index e87062014..390b28c31 100644 --- a/numpy/core/src/umath/reduction.c +++ b/numpy/core/src/umath/reduction.c @@ -21,6 +21,7 @@ #include "npy_config.h" #include "npy_pycompat.h" +#include "numpy/ufuncobject.h" #include "lowlevel_strided_loops.h" #include "reduction.h" #include "extobj.h" /* for _check_ufunc_fperr */ |
