mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
A change to spandsp/src/alloc.c which hopefully improves BSD compatibility
This commit is contained in:
parent
a61edbd8dc
commit
4fa68fcd75
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user