From f1c454c0be4335663a9d86e39053ca04be0da64d Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Wed, 1 May 2019 18:44:21 +0200 Subject: [PATCH] Update to patch #33, stdlib.h required on Linux for size_t --- src/maths/fft/fftlib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/maths/fft/fftlib.c b/src/maths/fft/fftlib.c index 5c73fc1c3..8e0726e50 100644 --- a/src/maths/fft/fftlib.c +++ b/src/maths/fft/fftlib.c @@ -3,6 +3,7 @@ lower level fft stuff including routines called in fftext.c and fft2d.c *******************************************************************/ #include "fftlib.h" #include +#include #define MCACHE (11-(int)(sizeof(double)/8)) // fft's with M bigger than this bust primary cache // some math constants to 40 decimal places