mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
Second attempt to fix the use of aligned_alloc with BSD
This commit is contained in:
parent
4fa68fcd75
commit
b2cca974c1
@ -36,10 +36,11 @@
|
||||
#if !defined(__USE_ISOC11)
|
||||
#define __USE_ISOC11
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#if defined(__ISO_C_VISIBLE) && __ISO_C_VISIBLE < 2011
|
||||
#undef __ISO_C_VISIBLE
|
||||
#define __ISO_C_VISIBLE 2011
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#if defined(HAVE_MALLOC_H)
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user