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

« back to all changes in this revision

Viewing changes to lib/spandsp/tests/adsi_tests.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:
22
22
 * along with this program; if not, write to the Free Software
23
23
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
24
24
 *
25
 
 * $Id: adsi_tests.c,v 1.27 2006/10/24 13:45:28 steveu Exp $
 
25
 * $Id: adsi_tests.c,v 1.28 2006/11/19 14:07:26 steveu Exp $
26
26
 */
27
27
 
28
28
/*! \page adsi_tests_page ADSI tests
45
45
#include <stdio.h>
46
46
#include <string.h>
47
47
#include <strings.h>
 
48
#if defined(HAVE_TGMATH_H)
 
49
#include <tgmath.h>
 
50
#endif
 
51
#if defined(HAVE_MATH_H)
48
52
#include <math.h>
 
53
#endif
49
54
#include <assert.h>
50
55
#include <audiofile.h>
51
56
#include <tiffio.h>