commit 89a709f523152bb8b9ee59455d099dae770f5373 parent d9f0619ee02dd42a45fc61b102115c03f367c54c Author: d.levin256@gmail.com <d.levin256@gmail.com> Date: Thu, 22 Nov 2018 21:18:58 +0300 Add stddef Diffstat:
M | include/kfr/dft/dft_c.h | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/include/kfr/dft/dft_c.h b/include/kfr/dft/dft_c.h @@ -26,6 +26,7 @@ #pragma once #include <stdint.h> +#include <stddef.h> #ifdef __cplusplus extern "C"