提交 568ecb8b authored 作者: Steve Underwood's avatar Steve Underwood

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

上级 c74237ad
......@@ -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
......
......@@ -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"
......
......@@ -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
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论