aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/fix16_fft.c2
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.