From: Michael Jerris Date: Mon, 28 May 2007 04:32:22 +0000 (+0000) Subject: fix bsd build X-Git-Tag: v1.0-beta1~277 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e9a89f1caa636c86e847a41aec07bf3a81c81069;p=thirdparty%2Ffreeswitch.git fix bsd build git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5223 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/include/switch.h b/src/include/switch.h index 08432552f8..a739caa732 100644 --- a/src/include/switch.h +++ b/src/include/switch.h @@ -55,6 +55,9 @@ #ifndef _XOPEN_SOURCE #define _XOPEN_SOURCE 600 #endif +#ifndef __BSD_VISIBLE +#define __BSD_VISIBLE 1 +#endif #endif #include #include