mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +00:00
app_fax: SpanDSP headers do not use ast_malloc; ignore that.
Since Asterisk 14, app_fax did not compile at all because Asterisk requires that not malloc but ast_malloc is used everywhere. However, the system headers of SpanDSP use malloc. Because we cannot (and do not need to) change system headers, let us ignore this. ASTERISK-28848 Change-Id: I31f7a6b92a07032c5cef1c16b8901b107fe35546
This commit is contained in:
committed by
Joshua Colp
parent
1c5e68580a
commit
26b8c99963
@@ -20,6 +20,8 @@
|
|||||||
<replacement>res_fax</replacement>
|
<replacement>res_fax</replacement>
|
||||||
***/
|
***/
|
||||||
|
|
||||||
|
/* Needed for spandsp headers */
|
||||||
|
#define ASTMM_LIBC ASTMM_IGNORE
|
||||||
#include "asterisk.h"
|
#include "asterisk.h"
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
Reference in New Issue
Block a user