提交 4fa68fcd authored 作者: Steve Underwood's avatar Steve Underwood

A change to spandsp/src/alloc.c which hopefully improves BSD compatibility

上级 a61edbd8
......@@ -37,6 +37,9 @@
#define __USE_ISOC11
#endif
#include <stdlib.h>
#if defined(__ISO_C_VISIBLE) && __ISO_C_VISIBLE < 2011
#define __ISO_C_VISIBLE 2011
#endif
#if defined(HAVE_MALLOC_H)
#include <malloc.h>
#endif
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论