mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
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:
parent
8001cd5802
commit
356730ab97
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user