diff options
Diffstat (limited to 'comms/spandsp/files/patch-src::v17tx.c')
-rw-r--r-- | comms/spandsp/files/patch-src::v17tx.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/comms/spandsp/files/patch-src::v17tx.c b/comms/spandsp/files/patch-src::v17tx.c new file mode 100644 index 000000000000..00d8803ec315 --- /dev/null +++ b/comms/spandsp/files/patch-src::v17tx.c @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- src/v17tx.c ++++ src/v17tx.c +@@ -39,6 +39,7 @@ + #include <stdlib.h> + #include <string.h> + #include <math.h> ++#include <tgmath.h> + + #include "spandsp/telephony.h" + #include "spandsp/logging.h" |