From: Michael Jerris Date: Mon, 19 Mar 2007 00:33:54 +0000 (+0000) Subject: fix freebsd build X-Git-Tag: v1.0-beta1~771 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d1f221d9b964ef140418eca4e5eb98a256a9bc4;p=thirdparty%2Ffreeswitch.git fix freebsd build git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4650 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch.c b/src/switch.c index 7256058425..ebc18e9149 100644 --- a/src/switch.c +++ b/src/switch.c @@ -34,7 +34,7 @@ */ #ifndef _XOPEN_SOURCE -#define _XOPEN_SOURCE 500 +#define _XOPEN_SOURCE 600 #endif #include