mirror of
https://github.com/termux/termux-packages.git
synced 2025-09-25 04:12:31 +00:00
11 lines
207 B
Diff
11 lines
207 B
Diff
--- a/src/fsk.c
|
|
+++ b/src/fsk.c
|
|
@@ -20,6 +20,7 @@
|
|
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
+#include <strings.h>
|
|
#include <math.h> // fabsf, hypotf
|
|
#include <float.h> // FLT_EPSILON
|
|
#include <errno.h>
|