Update to patch #33, stdlib.h required on Linux for size_t

This commit is contained in:
Holger Vogt 2019-05-01 18:44:21 +02:00
parent f6c720c288
commit f1c454c0be
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ lower level fft stuff including routines called in fftext.c and fft2d.c
*******************************************************************/
#include "fftlib.h"
#include <math.h>
#include <stdlib.h>
#define MCACHE (11-(int)(sizeof(double)/8)) // fft's with M bigger than this bust primary cache
// some math constants to 40 decimal places