ensure vasprintf is available on linux (FSBUILD-160)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13361 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
59f59859b5
commit
e2760c6fbe
|
@ -31,8 +31,10 @@
|
|||
*/
|
||||
|
||||
#ifdef __linux__
|
||||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <switch.h>
|
||||
#ifndef WIN32
|
||||
|
|
Loading…
Reference in New Issue