Skip to content

Commit d7c1081

Browse files
fixed build with gcc
1 parent 02a0711 commit d7c1081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkl_fft/src/mklfft.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ extern int float_cfloat_mkl_ifftnd_out(PyArrayObject*, PyArrayObject*);
7777
extern int double_cdouble_mkl_fftnd_out(PyArrayObject*, PyArrayObject*);
7878
extern int double_cdouble_mkl_ifftnd_out(PyArrayObject*, PyArrayObject*);
7979

80-
extern char* mkl_dfti_error(int);
80+
extern char* mkl_dfti_error(MKL_LONG);

0 commit comments

Comments
 (0)