freebsd-ports/comms/spandsp-devel5/files/patch-src::awgn.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
205 B
C

$FreeBSD$
--- src/awgn.c
+++ src/awgn.c
@@ -51,6 +51,7 @@
#include <stdio.h>
#include <inttypes.h>
#include <math.h>
+#include <tgmath.h>
#include "spandsp/dc_restore.h"
#include "spandsp/awgn.h"