From 30467ad7b745897081f74e07a30804cf9dc7647e Mon Sep 17 00:00:00 2001 From: jasonmoxham Date: Thu, 19 Jan 2012 23:54:20 +0000 Subject: [PATCH] change backslash to forward slash in fft_tuning.h --- mpn/generic/mulmod_2expp1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpn/generic/mulmod_2expp1.c b/mpn/generic/mulmod_2expp1.c index 11be795e..26307e1c 100644 --- a/mpn/generic/mulmod_2expp1.c +++ b/mpn/generic/mulmod_2expp1.c @@ -31,7 +31,7 @@ or implied, of William Hart. #include "mpir.h" #include "gmp-impl.h" #include "longlong.h" -#include "fft\fft_tuning.h" +#include "fft/fft_tuning.h" static mp_size_t mulmod_2expp1_table_n[FFT_N_NUM] = MULMOD_TAB;