diff options
Diffstat (limited to 'apps/plugins/lib/fixedpoint.c')
| -rw-r--r-- | apps/plugins/lib/fixedpoint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lib/fixedpoint.c b/apps/plugins/lib/fixedpoint.c index 88c2f6e..92979da 100644 --- a/apps/plugins/lib/fixedpoint.c +++ b/apps/plugins/lib/fixedpoint.c @@ -20,6 +20,7 @@ ****************************************************************************/ #include <inttypes.h> +#include "fixedpoint.h" /* Inverse gain of circular cordic rotation in s0.31 format. */ static const long cordic_circular_gain = 0xb2458939; /* 0.607252929 */ |