1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/comms/spandsp/files/patch-src::awgn.c
Pav Lucistnik 79be66c4ed - Update to 0.0.3
PR:		ports/114778
Submitted by:	Thomas Abthorpe <thomas@goodking.ca>
2007-07-22 00:58:42 +00:00

16 lines
327 B
C

--- src/awgn.c.orig Sun Nov 19 09:07:24 2006
+++ src/awgn.c Fri Jul 20 11:59:50 2007
@@ -48,12 +48,8 @@
#include <stdlib.h>
#include <inttypes.h>
-#if defined(HAVE_TGMATH_H)
#include <tgmath.h>
-#endif
-#if defined(HAVE_MATH_H)
#include <math.h>
-#endif
#include "spandsp/telephony.h"
#include "spandsp/dc_restore.h"