diff options
-rw-r--r-- | numpy/fft/fftpack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/fft/fftpack.c b/numpy/fft/fftpack.c index 355076a30..fc9689ddc 100644 --- a/numpy/fft/fftpack.c +++ b/numpy/fft/fftpack.c @@ -6,9 +6,9 @@ Algorithmically based on Fortran-77 FFTPACK by Paul N. Swarztrauber (Version 4, /* isign is +1 for backward and -1 for forward transforms */ +#include <Python.h> #include <math.h> #include <stdio.h> -#include <Python.h> #include <numpy/ndarraytypes.h> #define DOUBLE |