diff options
| author | ZoRo <dos21h@gmail.com> | 2021-08-25 07:51:01 +0100 |
|---|---|---|
| committer | ZoRo <dos21h@gmail.com> | 2021-08-25 07:51:01 +0100 |
| commit | f29bfb55fae083189e060a08f6e266a56d52fc6a (patch) | |
| tree | 117df8e819c08cd1f4a5624ad91cd3f2feb83a52 /NaiveFFT | |
| parent | db01e1264a89e5a40f1e730d9d80679faf6943f8 (diff) | |
| download | NaiveFFT-f29bfb55fae083189e060a08f6e266a56d52fc6a.tar.gz NaiveFFT-f29bfb55fae083189e060a08f6e266a56d52fc6a.zip | |
Add linux build
Diffstat (limited to 'NaiveFFT')
| -rw-r--r-- | NaiveFFT/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NaiveFFT/main.c b/NaiveFFT/main.c index f8b56cd..1d71ac5 100644 --- a/NaiveFFT/main.c +++ b/NaiveFFT/main.c @@ -12,6 +12,7 @@ #include <math.h> #include <complex.h> #include <time.h> +#include <stdint.h> //data array #define DATA_SIZE (8) |
