freebsd-ports/comms/spandsp-devel5/files/patch-src::v17tx.c
Maxim Sobolev 7a11d3b7e0 Fix on FreeBSD < 5.3.
Reported by:	Andriy I Pylypenko <bamby@ua.fm>
2006-07-20 20:34:59 +00:00

13 lines
208 B
C

$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"