diff options
| author | maruncz <marun1@email.cz> | 2021-04-19 10:46:15 +0200 |
|---|---|---|
| committer | maruncz <marun1@email.cz> | 2021-04-19 10:46:15 +0200 |
| commit | 7541eae325e4b0765cc6c1908287efca237e7fc7 (patch) | |
| tree | 634286147c11727ed4b9f71bc763df16a68745d4 /contrib | |
| parent | 24488b16cc0359daada0682a9bd3a11a801d0a01 (diff) | |
| download | libfixmath-7541eae325e4b0765cc6c1908287efca237e7fc7.tar.gz | |
added cmake project file
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/fix16_fft.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fix16_fft.c b/contrib/fix16_fft.c index a3709ba..8259083 100644 --- a/contrib/fix16_fft.c +++ b/contrib/fix16_fft.c @@ -9,7 +9,7 @@ */ #include <stdint.h> -#include <fix16.h> +#include <libfixmath/fix16.h> // You can change the input datatype and intermediate scaling here. // By default, the output is divided by the transform length to get a normalized FFT. |
