Skip to content

Commit

Permalink
Include stdint.h in _kiss_fft_guts.h
Browse files Browse the repository at this point in the history
This commit adds an `#include` directive for the standard integer
header (`stdint.h`).
  • Loading branch information
jmcph4 committed Mar 24, 2019
1 parent 0bfa4d5 commit bd55024
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _kiss_fft_guts.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd55024

Please sign in to comment.