Tweaks for platforms which require string.h for memxxx functions.

This commit is contained in:
Steve Underwood 2015-12-05 01:15:54 +08:00
parent c74237ad3c
commit 568ecb8bf4
3 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,7 @@
#include <inttypes.h>
#include <memory.h>
#include <stdlib.h>
#include <string.h>
#if defined(HAVE_TGMATH_H)
#include <tgmath.h>
#endif

View File

@ -43,6 +43,7 @@
#include "floating_fudge.h"
#include <stdlib.h>
#include <memory.h>
#include <string.h>
#include "spandsp/telephony.h"
#include "spandsp/fast_convert.h"

View File

@ -33,6 +33,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <memory.h>
#include <string.h>
#if defined(HAVE_TGMATH_H)
#include <tgmath.h>
#endif