add tgmath.h checks.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2932 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2006-10-02 01:53:37 +00:00
parent 8001cd5802
commit 356730ab97
3 changed files with 6 additions and 0 deletions

View File

@ -32,8 +32,10 @@
#include <stdlib.h>
#ifndef _MSC_VER
#include <inttypes.h>
#ifdef HAVE_TGMATH_H
#include <tgmath.h>
#endif
#endif
#include "g7xx/g722.h"

View File

@ -34,8 +34,10 @@
#include <stdlib.h>
#ifndef _MSC_VER
#include <inttypes.h>
#ifdef HAVE_TGMATH_H
#include <tgmath.h>
#endif
#endif
#include "g7xx/g722.h"

View File

@ -54,8 +54,10 @@
#include <stdlib.h>
#ifndef _MSC_VER
#include <inttypes.h>
#ifdef HAVE_TGMATH_H
#include <tgmath.h>
#endif
#endif
#include "g7xx/g711.h"
#include "g7xx/g726.h"