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:
Michael Jerris 2009-05-15 18:10:59 +00:00
parent 59f59859b5
commit e2760c6fbe
1 changed files with 2 additions and 0 deletions

View File

@ -31,8 +31,10 @@
*/
#ifdef __linux__
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#endif
#include <switch.h>
#ifndef WIN32