~ubuntu-branches/ubuntu/trusty/iaxmodem/trusty-proposed

« back to all changes in this revision

Viewing changes to lib/spandsp/src/sig_tone.c

  • Committer: Bazaar Package Importer
  • Author(s): Julien BLACHE
  • Date: 2007-02-24 12:38:11 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070224123811-k7g072s1ww76qekl
Tags: 0.2.1~dfsg-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 * along with this program; if not, write to the Free Software
24
24
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
25
25
 *
26
 
 * $Id: sig_tone.c,v 1.14 2006/10/24 13:45:26 steveu Exp $
 
26
 * $Id: sig_tone.c,v 1.15 2006/11/19 14:07:25 steveu Exp $
27
27
 */
28
28
 
29
29
/*! \file */
35
35
#include <stdlib.h>
36
36
#include <stdio.h>
37
37
#include <inttypes.h>
 
38
#if defined(HAVE_TGMATH_H)
38
39
#include <tgmath.h>
 
40
#endif
 
41
#if defined(HAVE_MATH_H)
 
42
#include <math.h>
 
43
#endif
39
44
#include <memory.h>
40
45
#include <string.h>
41
46