mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-08 13:21:51 +00:00
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:
@@ -31,8 +31,10 @@
|
||||
*/
|
||||
|
||||
#ifdef __linux__
|
||||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <switch.h>
|
||||
#ifndef WIN32
|
||||
|
||||
Reference in New Issue
Block a user