提交 356730ab authored 作者: Michael Jerris's avatar Michael Jerris

add tgmath.h checks.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2932 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 8001cd58
......@@ -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"
......
......@@ -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"
......
......@@ -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"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论