Include stdint.h in _kiss_fft_guts.h

This commit adds an `#include` directive for the standard integer
header (`stdint.h`).
This commit is contained in:
jmcph4 2019-03-24 10:44:06 +10:00
parent 0bfa4d538f
commit bd550240fa

View File

@ -12,6 +12,7 @@
typedef struct { kiss_fft_scalar r; kiss_fft_scalar i; }kiss_fft_cpx; */
#include "kiss_fft.h"
#include <limits.h>
#include <stdint.h>
#define MAXFACTORS 32
/* e.g. an fft of length 128 has 4 factors