From: Michael Jerris Date: Mon, 2 Oct 2006 01:53:37 +0000 (+0000) Subject: add tgmath.h checks. X-Git-Tag: v1.0-beta1~1983 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=356730ab97fe77259ce997c6f9a9b62cdd0d94aa;p=thirdparty%2Ffreeswitch.git add tgmath.h checks. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2932 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/codec/g7xx/src/g722_decode.c b/libs/codec/g7xx/src/g722_decode.c index e57acc2acd..8cf6d87439 100644 --- a/libs/codec/g7xx/src/g722_decode.c +++ b/libs/codec/g7xx/src/g722_decode.c @@ -32,8 +32,10 @@ #include #ifndef _MSC_VER #include +#ifdef HAVE_TGMATH_H #include #endif +#endif #include "g7xx/g722.h" diff --git a/libs/codec/g7xx/src/g722_encode.c b/libs/codec/g7xx/src/g722_encode.c index f61feeb92a..0a8ee6b4ae 100644 --- a/libs/codec/g7xx/src/g722_encode.c +++ b/libs/codec/g7xx/src/g722_encode.c @@ -34,8 +34,10 @@ #include #ifndef _MSC_VER #include +#ifdef HAVE_TGMATH_H #include #endif +#endif #include "g7xx/g722.h" diff --git a/libs/codec/g7xx/src/g726.c b/libs/codec/g7xx/src/g726.c index 917b8fc6a8..815e2db9a8 100644 --- a/libs/codec/g7xx/src/g726.c +++ b/libs/codec/g7xx/src/g726.c @@ -54,8 +54,10 @@ #include #ifndef _MSC_VER #include +#ifdef HAVE_TGMATH_H #include #endif +#endif #include "g7xx/g711.h" #include "g7xx/g726.h"