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::tone_generate.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
358 B
C

--- src/tone_generate.c.orig Sat Mar 3 05:40:33 2007
+++ src/tone_generate.c Fri Jul 20 12:03:07 2007
@@ -37,12 +37,8 @@
#include <stdio.h>
#include <time.h>
#include <fcntl.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"